diff src/http/ngx_http_header_filter_module.c @ 425:3ff402661f4c

Merge with nginx 0.7.13.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 01 Sep 2008 04:43:15 +0400
parents 6ebbca3d5ed7
children 76a79816b771
line wrap: on
line diff
--- a/src/http/ngx_http_header_filter_module.c
+++ b/src/http/ngx_http_header_filter_module.c
@@ -162,7 +162,7 @@ ngx_http_header_filter(ngx_http_request_
     ngx_http_core_loc_conf_t  *clcf;
     ngx_http_core_srv_conf_t  *cscf;
     /* AF_INET only */
-    u_char                     addr[INET_ADDRSTRLEN];
+    u_char                     addr[NGX_INET_ADDRSTRLEN];
 
     r->header_sent = 1;