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	Tue Apr 10 07:08:06 2007 +0000
+++ b/src/http/modules/perl/ngx_http_perl_module.c	Wed Apr 18 09:23:35 2007 +0000
@@ -466,6 +466,7 @@
         }
 
         pmcf->perl = perl;
+        pmcf->nginx = nginx_stash;
 
         return NGX_CONF_OK;
     }