diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-02 15:13:20 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-02 15:13:20 +0000 |
commit | c972a3fe2774c329cd64fdaf36f51e28a130bf4c (patch) | |
tree | d510db8b672c1d8eddc2a533d166f04223b4de81 /src/http/ngx_http_request.c | |
parent | debb39eaedf46e63d22f4604da01cf26a1e8a930 (diff) | |
download | nginx-c972a3fe2774c329cd64fdaf36f51e28a130bf4c.tar.gz nginx-c972a3fe2774c329cd64fdaf36f51e28a130bf4c.zip |
nginx-0.0.3-2004-04-02-19:13:20 import
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r-- | src/http/ngx_http_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 6b2a4435e..a2a0feda6 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -97,7 +97,7 @@ void ngx_http_init_connection(ngx_connection_t *c) return; } - rev->next = ngx_posted_events; + rev->next = (ngx_event_t *) ngx_posted_events; ngx_posted_events = rev; ngx_mutex_unlock(ngx_posted_events_mutex); |