Skip to content

Commit 3431795

Browse files
author
Christophe Jaillet
committed
Add a Changes entry related to r1917017
While at it, fix a small style issue (tab vs spaces) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923218 13f79535-47bb-0310-9956-ffa450edef68
1 parent 49c2ee2 commit 3431795

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changes-entries/github 310.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*) core: Report invalid Options= argument when parsing AllowOverride
2+
directives.
3+
Github #310 [Zhou Qingyang <zhou1615 umn.edu>]

server/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,7 @@ static const char *set_override(cmd_parms *cmd, void *d_, const char *l)
19091909
if (v) {
19101910
if ((err = set_allow_opts(cmd, &(d->override_opts), v)) != NULL)
19111911
return err;
1912-
}
1912+
}
19131913
else
19141914
d->override_opts = OPT_ALL;
19151915
}

0 commit comments

Comments
 (0)