summaryrefslogtreecommitdiff
path: root/toxcore/LAN_discovery.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-30 14:22:12 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-30 14:22:12 -0400
commitdcabd6421c424b025d093812263e02dcc775a210 (patch)
treee987ceb1bab08cd02f7f5bfe3a74ff45a8fbd539 /toxcore/LAN_discovery.c
parent52c47a0820001b4025b7ebe4f1f6df0a313cf53b (diff)
parent7110001b58adae7b9f8f56b8bf0cbf532185cec9 (diff)
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
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 537f6fec..80cebcad 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}