Commit 181b394d authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

Fix error in Netware-specific code.

(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
parent 13174abb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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] == '/') {