]> granicus.if.org Git - apache/commitdiff
Fix error in Netware-specific code.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 7 Sep 2001 05:52:29 +0000 (05:52 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 7 Sep 2001 05:52:29 +0000 (05:52 +0000)
(This really should be an APR function - if it isn't already...)

Now I know why my editor was thinking this file was completed wacked
w.r.t. braces.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90949 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c

index 3b67a9332b72198c082e8e9c625a28e5a95afb72..ace26efe27c279e4d875644c825e5f8b7e436b0f 100644 (file)
@@ -967,7 +967,7 @@ static int is_only_below(const char *path)
         return 0;
 #endif
 #ifdef NETWARE
-    if (strchr(path, ':')
+    if (strchr(path, ':'))
         return 0;
 #endif
     if (path[0] == '/') {