summaryrefslogtreecommitdiff
path: root/server/util.c
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2019-03-19 18:01:21 +0000
committerEric Covener <covener@apache.org>2019-03-19 18:01:21 +0000
commit7fc429cc85e865066840570eede8169abc3d7160 (patch)
tree33a88e4c81c1736c4b30721d19e050a6cc800782 /server/util.c
parentab8ec4cdf15cef280b665caf8fe6414f29f8f6e4 (diff)
downloadhttpd-7fc429cc85e865066840570eede8169abc3d7160.tar.gz
*) 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
Diffstat (limited to 'server/util.c')
-rw-r--r--server/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/util.c b/server/util.c
index f3b17f1581..e0c558cee2 100644
--- a/server/util.c
+++ b/server/util.c
@@ -566,7 +566,7 @@ AP_DECLARE(void) ap_no2slash_ex(char *name, int is_fs_path)
char *d, *s;
- if (!name || !*name) {
+ if (!*name) {
return;
}