Commit 3451fc2b authored by Eric Covener's avatar Eric Covener
Browse files

  *) 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




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1855853 13f79535-47bb-0310-9956-ffa450edef68
parent e1d4bfb9
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -126,12 +126,6 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]
  [ 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:
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
  [ New proposals should be added at the end of the list ]


+1 −1
Original line number Original line Diff line number Diff line
@@ -566,7 +566,7 @@ AP_DECLARE(void) ap_no2slash_ex(char *name, int is_fs_path)


    char *d, *s;
    char *d, *s;


    if (!name || !*name) {
    if (!*name) {
        return;
        return;
    }
    }