From abb40f67a9c39c3a8341de503fe81020e8aa0522 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sat, 4 Apr 2020 14:33:55 +0200 Subject: [PATCH] typo fixed --- mod_proxy_fdpass2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod_proxy_fdpass2.c b/mod_proxy_fdpass2.c index 5ffa97d..0b7f1dc 100644 --- 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 { -- 2.17.1