]> git.kaiwu.me - nginx.git/commitdiff
set nginx_stash after reconfiguration in single interpreter perl
authorIgor Sysoev <igor@sysoev.ru>
Wed, 18 Apr 2007 09:23:35 +0000 (09:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 18 Apr 2007 09:23:35 +0000 (09:23 +0000)
src/http/modules/perl/ngx_http_perl_module.c

index bfdcb647ca64d42ed51e995258b77c30b1f39510..3006a070c2831a1e872e9cd5dc68f9f8309e634c 100644 (file)
@@ -466,6 +466,7 @@ ngx_http_perl_init_interpreter(ngx_conf_t *cf, ngx_http_perl_main_conf_t *pmcf)
         }
 
         pmcf->perl = perl;
+        pmcf->nginx = nginx_stash;
 
         return NGX_CONF_OK;
     }