typo fixed
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:33:55 +0000 (14:33 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:33:55 +0000 (14:33 +0200)
mod_proxy_fdpass2.c

index 5ffa97d..0b7f1dc 100644 (file)
@@ -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
     {