ben         96/04/01 04:38:10

  Modified:    src       mod_proxy.c
  Log:
  Correct another warning.
  
  Revision  Changes    Path
  1.18      +1 -0      apache/src/mod_proxy.c
  
  Index: mod_proxy.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_proxy.c,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -C3 -r1.17 -r1.18
  *** mod_proxy.c       1996/03/31 14:30:32     1.17
  --- mod_proxy.c       1996/04/01 12:38:08     1.18
  ***************
  *** 2264,2269 ****
  --- 2264,2270 ----
    
        user = password = NULL;
        nocache = 0;
  +     passlen=0;      /* not actually needed, but it shuts the compiler up */
        p = strchr(host, '@');
        if (p != NULL)
        {
  
  
  

Reply via email to