You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2002/08/08 20:15:44 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

costin      2002/08/08 11:15:44

  Modified:    jk/native/nt_service jk_nt_service.c
  Log:
  Add the 'keepalive' param - it broke the build.
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-tomcat-connectors/jk/native/nt_service/jk_nt_service.c
  
  Index: jk_nt_service.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/nt_service/jk_nt_service.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jk_nt_service.c	14 Mar 2002 21:01:24 -0000	1.6
  +++ jk_nt_service.c	8 Aug 2002 18:15:44 -0000	1.7
  @@ -912,7 +912,7 @@
       } 
       
       if(jk_resolve("localhost", port, &in)) {
  -        int sd = jk_open_socket(&in, JK_TRUE, NULL);
  +        int sd = jk_open_socket(&in, JK_TRUE, 0, NULL);
           if(sd >0) {
               int rc = JK_FALSE;
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>