changeset 1163:8288459f15c9

set nginx_stash after reconfiguration in single interpreter perl
author Igor Sysoev <igor@sysoev.ru>
date Wed, 18 Apr 2007 09:23:35 +0000
parents f59d15404269
children d201e0461c3c
files src/http/modules/perl/ngx_http_perl_module.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
     }