K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2018-02-03T20:52:20.925447Z
K 7
svn:log
V 408
Handle hostnames not in DNS in GetFQDN

If the local hostname isn't in DNS at all, GetFQDN currently returns
NULL.  If a domain was provided but the hostname isn't in DNS, append
the domain to the hostname anyway and return the results.  This is
possibly still a local configuration error, but it seems like
friendlier behavior, and also lets the test suite run on hosts with
an unresolvable local hostname.

END
