trunk patch: http://svn.apache.org/r1855755
2.4.x patch svn merge -c
1855755 ^/httpd/httpd/trunk .
+1: covener, rpluem, jim, ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1855853 13f79535-47bb-0310-9956-
ffa450edef68
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- *) maintainer mode fix for util.c no2slash_ex
- trunk patch: http://svn.apache.org/r1855755
- 2.4.x patch svn merge -c 1855755 ^/httpd/httpd/trunk .
- +1: covener, rpluem, jim, ylavic
-
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
char *d, *s;
- if (!name || !*name) {
+ if (!*name) {
return;
}