summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/http/http_protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c
index 594559b133..fdf2ed9932 100644
--- a/modules/http/http_protocol.c
+++ b/modules/http/http_protocol.c
@@ -2161,7 +2161,7 @@ int ap_send_http_options(request_rec *r)
char *buff;
ap_bucket *b;
ap_bucket_brigade *bb;
- apr_size_t len;
+ apr_size_t len = 0;
header_struct h;
if (r->assbackwards)