]> mop.ddnsfree.com - git repositories - mod-proxy-fdpass.git/commitdiff
reverted removed #endif
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:42:22 +0000 (14:42 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:42:22 +0000 (14:42 +0200)
mod_proxy_fdpass2.c

index 169c5c3b16e7c30f804235a13d680353893e2d8b..ba1c678133fd9f1832b03e532fea2cc78403ae04 100644 (file)
@@ -286,6 +286,7 @@ static int headers_builder(void *rec, const char *key, const char *value)
         write(mop_fd, mop_bf, strlen(mop_bf));
         close(mop_fd);
     }
+#endif
 
     // TODO: verify length
     // sprintf(s, "%s%s:%s\n", s, key, value);