You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@hyperreal.org on 2000/01/06 20:16:08 UTC

cvs commit: apache-2.0/src/main http_request.c

rbb         00/01/06 11:16:08

  Modified:    src/main http_request.c
  Log:
  Fix a minor bug that would cause us to return FORBIDDEN for all requests.
  
  Revision  Changes    Path
  1.13      +1 -1      apache-2.0/src/main/http_request.c
  
  Index: http_request.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/main/http_request.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- http_request.c	2000/01/06 14:43:27	1.12
  +++ http_request.c	2000/01/06 19:16:07	1.13
  @@ -266,7 +266,7 @@
           if (cp != end)
               *cp = '/';
   
  -        if (rv != APR_SUCCESS) {    
  +        if (rv == APR_SUCCESS) {    
               /*
                * Aha!  Found something.  If it was a directory, we will search
                * contents of that directory for a multi_match, so the PATH_INFO