[xiph-commits] r15612 - icecast/trunk/icecast/src

karl at svn.xiph.org karl at svn.xiph.org
Wed Jan 7 19:20:11 PST 2009


Author: karl
Date: 2009-01-07 19:20:10 -0800 (Wed, 07 Jan 2009)
New Revision: 15612

Modified:
   icecast/trunk/icecast/src/main.c
Log:
oops, missed one from previous commit


Modified: icecast/trunk/icecast/src/main.c
===================================================================
--- icecast/trunk/icecast/src/main.c	2009-01-08 02:47:44 UTC (rev 15611)
+++ icecast/trunk/icecast/src/main.c	2009-01-08 03:20:10 UTC (rev 15612)
@@ -285,7 +285,7 @@
         if (sock_listen(global.serversock[i], ICE_LISTEN_QUEUE) == SOCK_ERROR)
             return 0;
 
-        sock_set_blocking(global.serversock[i], SOCK_NONBLOCK);
+        sock_set_blocking(global.serversock[i], 0);
     }
 
     return 1;



More information about the commits mailing list