diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-08-27 15:40:59 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-08-27 15:40:59 +0000 |
commit | 967fd637e08b6df4f635014fb572296372c89254 (patch) | |
tree | 4f9dfe10ea18abb68a6f0aaf774f5f5e7c54cc3b /src/http/modules/ngx_http_access_handler.c | |
parent | 6d7332d02a043a92f2baf9bbe29949f3760a502c (diff) | |
download | nginx-967fd637e08b6df4f635014fb572296372c89254.tar.gz nginx-967fd637e08b6df4f635014fb572296372c89254.zip |
nginx-0.0.10-2004-08-27-19:40:59 import
Diffstat (limited to 'src/http/modules/ngx_http_access_handler.c')
-rw-r--r-- | src/http/modules/ngx_http_access_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_access_handler.c b/src/http/modules/ngx_http_access_handler.c index 6dd572931..086f2fc0e 100644 --- a/src/http/modules/ngx_http_access_handler.c +++ b/src/http/modules/ngx_http_access_handler.c @@ -68,7 +68,7 @@ ngx_module_t ngx_http_access_module = { ngx_http_access_commands, /* module directives */ NGX_HTTP_MODULE, /* module type */ ngx_http_access_init, /* init module */ - NULL /* init child */ + NULL /* init process */ }; |