summaryrefslogtreecommitdiff
path: root/toxcore/LAN_discovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/LAN_discovery.c')
-rw-r--r--toxcore/LAN_discovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/LAN_discovery.c b/toxcore/LAN_discovery.c
index cb27c024..ad509da7 100644
--- a/toxcore/LAN_discovery.c
+++ b/toxcore/LAN_discovery.c
@@ -95,7 +95,7 @@ static IP broadcast_ip(void)
95 ip.uint32 = ~0; /* Error occured, but try anyway? */ 95 ip.uint32 = ~0; /* Error occured, but try anyway? */
96 96
97#else 97#else
98 ip.i = ~0; 98 ip.uint32 = ~0;
99#endif 99#endif
100 return ip; 100 return ip;
101} 101}