# HG changeset patch # User Igor Sysoev # Date 1277471853 0 # Node ID fd6f0f1a90552f5b77c4c33c53a31e41904091e5 # Parent 67dc5dbbcca33d13091207f20e0930db5b0a94ae fix building without IPv6 after the previous commit diff --git a/src/http/modules/ngx_http_userid_filter_module.c b/src/http/modules/ngx_http_userid_filter_module.c --- a/src/http/modules/ngx_http_userid_filter_module.c +++ b/src/http/modules/ngx_http_userid_filter_module.c @@ -476,10 +476,10 @@ static ngx_int_t ngx_http_userid_create_uid(ngx_http_request_t *r, ngx_http_userid_ctx_t *ctx, ngx_http_userid_conf_t *conf) { - u_char *p; ngx_connection_t *c; struct sockaddr_in *sin; #if (NGX_HAVE_INET6) + u_char *p; struct sockaddr_in6 *sin6; #endif