]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Axe an empty line to synch with 2.4.x.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 23 May 2020 09:33:58 +0000 (09:33 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 23 May 2020 09:33:58 +0000 (09:33 +0000)
This was a left over from r1855705 when it has been merged.

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878048 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index f1015e05b17b2268fc6b2a260af2ba7a14e90e16..a0e10fec23b3a09c0a31a6aa46ff15e70dda2bd7 100644 (file)
@@ -4950,7 +4950,6 @@ AP_INIT_FLAG("MergeSlashes", set_core_server_flag,
              (void *)APR_OFFSETOF(core_server_config, merge_slashes),  
              RSRC_CONF,
              "Controls whether consecutive slashes in the URI path are merged"),
-
 { NULL }
 };