summaryrefslogtreecommitdiff
path: root/core/Messenger.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-25 21:00:31 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-25 21:00:31 -0400
commit63375b68b63d33c8437f313b2041b559c32c945b (patch)
tree431e56abd253f8a3daf45a39e58276d81c25a6ff /core/Messenger.c
parentee331fd73b6fb566bf638ce26d1155cc398e8cff (diff)
Broadcast now enabled on socket.
Diffstat (limited to 'core/Messenger.c')
-rw-r--r--core/Messenger.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Messenger.c b/core/Messenger.c
index 043700e5..042d5325 100644
--- a/core/Messenger.c
+++ b/core/Messenger.c
@@ -402,9 +402,9 @@ int initMessenger()
402 ip.i = 0; 402 ip.i = 0;
403 403
404 if(init_networking(ip,PORT) == -1) 404 if(init_networking(ip,PORT) == -1)
405 return -1; 405 return -1;
406 406
407 return 0; 407 return 0;
408} 408}
409 409
410static void doFriends() 410static void doFriends()