From: Matteo Nastasi <nastasi@alternativeoutput.it>
Date: Sat, 4 Apr 2020 12:33:55 +0000 (+0200)
Subject: typo fixed
X-Git-Tag: v3.0.1~8
X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=abb40f67a9c39c3a8341de503fe81020e8aa0522;p=mod-proxy-fdpass.git

typo fixed
---

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
     {