]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Silence compiler warning
authorRuediger Pluem <rpluem@apache.org>
Wed, 11 Jan 2017 10:23:55 +0000 (10:23 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 11 Jan 2017 10:23:55 +0000 (10:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778268 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_remoteip.c

index 8887f4e4cf30b7f655b1c961b2f3506ff3754251..99c9a75a12dfc18f66bf4215e35ee311b2335c24 100644 (file)
@@ -1021,7 +1021,7 @@ static apr_status_t remoteip_input_filter(ap_filter_t *f,
     remoteip_filter_context *ctx = f->ctx;
     remoteip_conn_config_t *conn_conf;
     apr_bucket *b;
-    remoteip_parse_status_t psts;
+    remoteip_parse_status_t psts = HDR_NEED_MORE;
     const char *ptr;
     apr_size_t len;