]> granicus.if.org Git - apache/commitdiff
Fix a typo reported by Blair Zajac <blair@orcaware.com>
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 14 Jan 2003 18:34:14 +0000 (18:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 14 Jan 2003 18:34:14 +0000 (18:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98270 13f79535-47bb-0310-9956-ffa450edef68

server/config.c

index f7ab12b0b887914388513f19ece3731570eb767f..261b97c08ced95b8a414c42e314d142a986e0956 100644 (file)
@@ -1282,7 +1282,7 @@ AP_DECLARE(char *) ap_server_root_relative(apr_pool_t *p, const char *file)
                             APR_FILEPATH_TRUENAME, p);
     if (newpath && (rv == APR_SUCCESS || APR_STATUS_IS_EPATHWILD(rv) 
                                       || APR_STATUS_IS_ENOENT(rv)
-                                      || APR_STATUS_IS_ENOTDIR(rv)) {
+                                      || APR_STATUS_IS_ENOTDIR(rv))) {
         return newpath;
     }
     else {