mturk 2005/04/10 23:37:19
Modified: jk/native/common jk_connect.c
Log:
Fix compile warning about statement with no effect.
Revision Changes Path
1.51 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_connect.c
Index: jk_connect.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_connect.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- jk_connect.c 18 Mar 2005 08:15:30 -0000 1.50
+++ jk_connect.c 11 Apr 2005 06:37:19 -0000 1.51
@@ -558,7 +558,7 @@
* If we change this to non blocking read, then we
* will use the timeout parameter.
*/
- timeout;
+ timeout = 0;
FD_ZERO(&fd);
FD_SET(sd, &fd);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]