| commit | c7f876bd4c3916b5a1553da88d73d97d76ac72e3 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Thu Apr 16 19:25:09 2009 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Thu Apr 16 19:25:09 2009 +0000 |
| tree | 1dfec08b372f51daed66162179b246e99217cabf | |
| parent | c26e7b9d49cf2d143b194342bf8d6f37de6ae197 [diff] [blame] |
move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory
diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c index 820e2d4..60182d6 100644 --- a/src/http/modules/ngx_http_proxy_module.c +++ b/src/http/modules/ngx_http_proxy_module.c
@@ -2104,7 +2104,7 @@ ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "\"proxy_cache\" zone \"%V\" is unknown", - &shm_zone->name); + &shm_zone->shm.name); return NGX_CONF_ERROR; }