diff options
author | Ruediger Pluem <rpluem@apache.org> | 2017-01-11 11:23:55 +0100 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2017-01-11 11:23:55 +0100 |
commit | c4f4ded61596f8e076222efa1440c7f4b24316f7 (patch) | |
tree | 5ec96d0ff262e8d4e92fdac4c72d3259c1059150 /modules/metadata | |
parent | remove backported items (diff) | |
download | apache2-c4f4ded61596f8e076222efa1440c7f4b24316f7.tar.xz apache2-c4f4ded61596f8e076222efa1440c7f4b24316f7.zip |
* Silence compiler warning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778268 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/metadata')
-rw-r--r-- | modules/metadata/mod_remoteip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/metadata/mod_remoteip.c b/modules/metadata/mod_remoteip.c index 8887f4e4cf..99c9a75a12 100644 --- a/modules/metadata/mod_remoteip.c +++ b/modules/metadata/mod_remoteip.c @@ -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; |