# HG changeset patch # User Igor Sysoev # Date 1176888215 0 # Node ID 8288459f15c983ba3b2217b44c62c8cb7e333303 # Parent f59d1540426958cee9874ea79b62da6617f5313b set nginx_stash after reconfiguration in single interpreter perl diff --git a/src/http/modules/perl/ngx_http_perl_module.c b/src/http/modules/perl/ngx_http_perl_module.c --- a/src/http/modules/perl/ngx_http_perl_module.c +++ b/src/http/modules/perl/ngx_http_perl_module.c @@ -466,6 +466,7 @@ ngx_http_perl_init_interpreter(ngx_conf_ } pmcf->perl = perl; + pmcf->nginx = nginx_stash; return NGX_CONF_OK; }