mturk       2004/11/19 06:28:57

  Modified:    jk/native/common jk_map.c
  Log:
  Commit the proper patch (This time the correct). Sorry for the noise.
  
  Revision  Changes    Path
  1.20      +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_map.c
  
  Index: jk_map.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_map.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- jk_map.c  19 Nov 2004 14:28:02 -0000      1.19
  +++ jk_map.c  19 Nov 2004 14:28:57 -0000      1.20
  @@ -173,7 +173,7 @@
               rv = 1;
           }
       }
  -    return rc;
  +    return rv;
   }
   
   char *jk_map_get_string(jk_map_t *m, const char *name, const char *def)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to