]> mop.ddnsfree.com - git repositories - mod-proxy-fdpass.git/commitdiff
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 5ffa97df19ea8cd5db6760805b795e08890b2c09..0b7f1dcf6551fd102076e28037ebccce3b55868f 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
     {