projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab3bbfa
)
Fix some spurious ident spotted by sparse
author
Christophe Jaillet
<jailletc36@apache.org>
Mon, 31 Aug 2015 20:37:44 +0000
(20:37 +0000)
committer
Christophe Jaillet
<jailletc36@apache.org>
Mon, 31 Aug 2015 20:37:44 +0000
(20:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1700334
13f79535
-47bb-0310-9956-
ffa450edef68
modules/proxy/mod_proxy_ftp.c
patch
|
blob
|
history
diff --git
a/modules/proxy/mod_proxy_ftp.c
b/modules/proxy/mod_proxy_ftp.c
index cfd7f936f4766fa899da082645ae028950449ce7..934cb2b8e60c62e8a87f65522aec3e3057ed9cf7 100644
(file)
--- a/
modules/proxy/mod_proxy_ftp.c
+++ b/
modules/proxy/mod_proxy_ftp.c
@@
-172,7
+172,7
@@
static int ftp_check_globbingchars(const char *path)
{
for ( ; *path; ++path) {
if (*path == '\\')
- ++path;
+
++path;
if (*path != '\0' && strchr(FTP_GLOBBING_CHARS, *path) != NULL)
return TRUE;
}