summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/network.c b/src/core/network.c
index de5abbbe..7e55d472 100644
--- a/src/core/network.c
+++ b/src/core/network.c
@@ -60,7 +60,7 @@ GIOChannel *g_io_channel_new(int handle)
IPADDR ip4_any = {
AF_INET,
- { INADDR_ANY }
+ { { { INADDR_ANY } } }
};
int net_ip_compare(IPADDR *ip1, IPADDR *ip2)