Commit 413df2db authored by Jim Jagielski's avatar Jim Jagielski
Browse files

silence warning. No functional change


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1772337 13f79535-47bb-0310-9956-ffa450edef68
parent 86db1247
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2340,7 +2340,7 @@ static const char *dirsection(cmd_parms *cmd, void *mconfig, const char *arg)
            return "Regex could not be compiled";
        }
    }
    else if (!strcmp(cmd->path, "/") == 0)
    else if (strcmp(cmd->path, "/") != 0)
    {
        char *newpath;