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 2004/07/30 11:44:16 UTC

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test httpd_wrap.c

mturk       2004/07/30 02:44:16

  Modified:    ajp/ajplib/test httpd_wrap.c
  Log:
  Typo.
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-tomcat-connectors/ajp/ajplib/test/httpd_wrap.c
  
  Index: httpd_wrap.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/ajplib/test/httpd_wrap.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- httpd_wrap.c	30 Jul 2004 08:26:37 -0000	1.9
  +++ httpd_wrap.c	30 Jul 2004 09:44:15 -0000	1.10
  @@ -509,7 +509,7 @@
       }
       if (!method)
           method = "GET";
  -    if ((r->method_number == lookup_builtin_method(method, strlen(method))) ==
  +    if ((r->method_number = lookup_builtin_method(method, strlen(method))) ==
                                   UNKNOWN_METHOD) {
           ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "Unknown HTTP metdod %s",
                         method);
  
  
  

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