Doug MacEachern wrote:

 > On Tue, 11 Dec 2001, Stas Bekman wrote:
 >
 >
 >>Nope, it's inside and it doesn't get run at the shutdown.
 >>
 >
 > try now.


the same, doesn't get called. Try the test patch I've sent in the
previous post.


Please also apply this.


Index: src/modules/perl/modperl_perl.c
===================================================================
RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_perl.c,v
retrieving revision 1.9
diff -u -r1.9 modperl_perl.c
--- src/modules/perl/modperl_perl.c     2001/12/11 04:22:32     1.9
+++ src/modules/perl/modperl_perl.c     2001/12/11 04:32:03
@@ -101,7 +101,7 @@
   #endif

       if (PL_endav) {
-        modperl_perl_call_list(pTHX_ PL_endav, "END");
+        modperl_perl_call_list(aTHX_ PL_endav, "END");
       }

       perl_destruct(perl);


-- 


_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to