summaryrefslogtreecommitdiffstats
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index 9e2b692..5cdf56d 100644
--- a/server.c
+++ b/server.c
@@ -481,7 +481,7 @@ flxServer *flx_server_new(GMainContext *c) {
s->need_entry_cleanup = s->need_group_cleanup = FALSE;
s->fd_ipv4 = flx_open_socket_ipv4();
- s->fd_ipv6 = -1 /*flx_open_socket_ipv6() */;
+ s->fd_ipv6 = flx_open_socket_ipv6();
if (s->fd_ipv6 < 0 && s->fd_ipv4 < 0) {
g_critical("Failed to create IP sockets.\n");