aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_auth_request_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/modules/ngx_http_auth_request_module.c')
-rw-r--r--src/http/modules/ngx_http_auth_request_module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_auth_request_module.c b/src/http/modules/ngx_http_auth_request_module.c
index bab79e496..f64ab09aa 100644
--- a/src/http/modules/ngx_http_auth_request_module.c
+++ b/src/http/modules/ngx_http_auth_request_module.c
@@ -154,6 +154,7 @@ ngx_http_auth_request_handler(ngx_http_request_t *r)
}
*ho = *h;
+ ho->next = NULL;
r->headers_out.www_authenticate = ho;
}