aboutsummaryrefslogtreecommitdiffstats
path: root/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'env.c')
-rw-r--r--env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.c b/env.c
index 939753c5..eabc2f41 100644
--- a/env.c
+++ b/env.c
@@ -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) {