Commit 0af72dbb authored by Jeff Trawick's avatar Jeff Trawick
Browse files

fix a gcc warning -- "/* within a comment"


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91140 13f79535-47bb-0310-9956-ffa450edef68
parent 14a80b7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -807,7 +807,7 @@ AP_DECLARE(int) ap_directory_walk(request_rec *r)

    /* XXX: Better (faster) tests needed!!!
     *
    /* "OK" as a response to a real problem is not _OK_, but to allow broken 
     * "OK" as a response to a real problem is not _OK_, but to allow broken 
     * modules to proceed, we will permit the not-a-path filename to pass here.
     * We must catch it later if it's heading for the core handler.  Leave an 
     * INFO note here for module debugging.