]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1879094: make use_original_uri signed for unsigned char archs.
authorYann Ylavic <ylavic@apache.org>
Tue, 23 Jun 2020 10:12:52 +0000 (10:12 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 23 Jun 2020 10:12:52 +0000 (10:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879110 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.h

index 297c831628ca9a7c703c4dffb60f5e1ca254871d..03ec57384eca7047d5d8a888288cb3c384b2b8c7 100644 (file)
@@ -246,7 +246,7 @@ typedef struct {
     apr_array_header_t *error_override_codes;
 
     /** Whether to use original/encoded URI-path or not (default) */
-    char use_original_uri;
+    signed char use_original_uri;
 } proxy_dir_conf;
 
 /* if we interpolate env vars per-request, we'll need a per-request