From 63375b68b63d33c8437f313b2041b559c32c945b Mon Sep 17 00:00:00 2001 From: irungentoo Date: Thu, 25 Jul 2013 21:00:31 -0400 Subject: Broadcast now enabled on socket. --- core/Messenger.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/Messenger.c') 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() ip.i = 0; if(init_networking(ip,PORT) == -1) - return -1; - - return 0; + return -1; + + return 0; } static void doFriends() -- cgit v1.2.3