mturk       2004/08/09 02:54:07

  Modified:    ajp/proxy mod_proxy.h
  Log:
  Fix structure element typo.
  
  Revision  Changes    Path
  1.27      +1 -1      jakarta-tomcat-connectors/ajp/proxy/mod_proxy.h
  
  Index: mod_proxy.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/proxy/mod_proxy.h,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- mod_proxy.h       9 Aug 2004 08:04:11 -0000       1.26
  +++ mod_proxy.h       9 Aug 2004 09:54:07 -0000       1.27
  @@ -248,7 +248,7 @@
       proxy_balancer  *b;         /* balancer containing this worker */
       proxy_worker    *w;
       double          lbfactor;   /* dynamic lbfactor */
  -    double          lbsatus;    /* Current lbstatus */
  +    double          lbstatus;   /* Current lbstatus */
       apr_size_t      transfered; /* Number of bytes transfered to remote */
       apr_size_t      readed;     /* Number of bytes readed from remote */
       const char      *route;
  
  
  

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

Reply via email to