K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2018-02-03T20:52:30.304916Z
K 7
svn:log
V 410
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
