diff options
Diffstat (limited to 'env.c')
-rw-r--r-- | env.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ char *host_fqdn(int required) memset(&hints, 0, sizeof hints); hints.ai_family = AF_UNSPEC; hints.ai_socktype = SOCK_STREAM; - hints.ai_flags=AI_CANONNAME; + hints.ai_flags = AI_CANONNAME; e = fm_getaddrinfo(tmpbuf, NULL, &hints, &res); if (e) { |