You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/06/22 06:32:58 UTC

svn commit: r549705 - /webservices/axis2/trunk/c/util/src/network_handler.c

Author: sahan
Date: Thu Jun 21 21:32:57 2007
New Revision: 549705

URL: http://svn.apache.org/viewvc?view=rev&rev=549705
Log:
Removed the setting of SO_OPENTYPE in WIN32 (network_handler.c:239-240)

Modified:
    webservices/axis2/trunk/c/util/src/network_handler.c

Modified: webservices/axis2/trunk/c/util/src/network_handler.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/network_handler.c?view=diff&rev=549705&r1=549704&r2=549705
==============================================================================
--- webservices/axis2/trunk/c/util/src/network_handler.c (original)
+++ webservices/axis2/trunk/c/util/src/network_handler.c Thu Jun 21 21:32:57 2007
@@ -236,8 +236,9 @@
     /**
      *   Enable the use of sockets as filehandles
      */
-    setsockopt(INVALID_SOCKET, SOL_SOCKET, SO_OPENTYPE, (char *)&sock_opt,
-            sizeof(sock_opt));
+    /*  
+     * setsockopt(INVALID_SOCKET, SOL_SOCKET, SO_OPENTYPE, (char *)&sock_opt,
+            sizeof(sock_opt));*/
     return 1;
 }
 #endif



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org