projects
/
mod-proxy-fdpass.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae573f9
)
typo fixed
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:33:55 +0000
(14:33 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:33:55 +0000
(14:33 +0200)
mod_proxy_fdpass2.c
patch
|
blob
|
history
diff --git
a/mod_proxy_fdpass2.c
b/mod_proxy_fdpass2.c
index
5ffa97d
..
0b7f1dc
100644
(file)
--- a/
mod_proxy_fdpass2.c
+++ b/
mod_proxy_fdpass2.c
@@
-42,7
+42,8
@@
module AP_MODULE_DECLARE_DATA proxy_fdpass2_module;
static int proxy_fdpass2_canon(request_rec *r, char *url)
{
- const char *path, sfx[16];
+ const char *path;
+ char sfx[16];
#if ALTOUT_DEBUG > 1
{