You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2005/04/27 09:41:07 UTC

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

mturk       2005/04/27 00:41:07

  Modified:    jk/native/nt_service jk_nt_service.c
  Log:
  Fix API changed, so it can compile again.
  
  Revision  Changes    Path
  1.13      +4 -4      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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- jk_nt_service.c	23 Dec 2004 18:33:37 -0000	1.12
  +++ jk_nt_service.c	27 Apr 2005 07:41:07 -0000	1.13
  @@ -908,8 +908,8 @@
                       jk_b_end(msg, AJP13_PROTO);
       
                       if(0 > jk_tcp_socket_sendfull(sd, 
  -                                                  jk_b_get_buff(msg),
  -                                                  jk_b_get_len(msg))) {
  +                                                  msg->buf,
  +                                                  msg->len)) {
                           rc = JK_FALSE;
                       }
                   }                                                    
  @@ -955,7 +955,7 @@
               jk_map_t *init_map;
               
               if(jk_map_alloc(&init_map)) {
  -                if(jk_map_read_properties(init_map, prp_file)) {
  +                if(jk_map_read_properties(init_map, prp_file, NULL)) {
                       jk_tomcat_startup_data_t data;
                       jk_pool_t p;
                       jk_pool_atom_t buf[HUGE_POOL_SIZE];
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org