[asterisk-commits] dvossel: branch dvossel/fixtheworld_phase2 r308199 - /team/dvossel/fixtheworl...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Feb 16 17:33:42 CST 2011


Author: dvossel
Date: Wed Feb 16 17:33:39 2011
New Revision: 308199

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=308199
Log:
Reverting accidental change to ooSocket.c

Modified:
    team/dvossel/fixtheworld_phase2/addons/ooh323c/src/ooSocket.c

Modified: team/dvossel/fixtheworld_phase2/addons/ooh323c/src/ooSocket.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/fixtheworld_phase2/addons/ooh323c/src/ooSocket.c?view=diff&rev=308199&r1=308198&r2=308199
==============================================================================
--- team/dvossel/fixtheworld_phase2/addons/ooh323c/src/ooSocket.c (original)
+++ team/dvossel/fixtheworld_phase2/addons/ooh323c/src/ooSocket.c Wed Feb 16 17:33:39 2011
@@ -191,8 +191,9 @@
 int ooSocketCreate (OOSOCKET* psocket) 
 {
    int on;
+   int keepalive = 1;
 #ifdef __linux__
-   int keepalive = 1, keepcnt = 24, keepidle = 120, keepintvl = 30;
+   int keepcnt = 24, keepidle = 120, keepintvl = 30;
 #endif
    struct linger linger;
    OOSOCKET sock = socket (AF_INET,




More information about the asterisk-commits mailing list