Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 7058 invoked by uid 500); 28 Aug 2002 00:36:40 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 7047 invoked from network); 28 Aug 2002 00:36:40 -0000 Date: 28 Aug 2002 00:36:39 -0000 Message-ID: <20020828003639.29955.qmail@icarus.apache.org> From: dbertoni@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/c/samples/ApacheModuleXSLT mod_xslt.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dbertoni 2002/08/27 17:36:39 Modified: c/samples/ApacheModuleXSLT mod_xslt.c Log: Fixed call to XalanTerminate(). Revision Changes Path 1.8 +1 -1 xml-xalan/c/samples/ApacheModuleXSLT/mod_xslt.c Index: mod_xslt.c =================================================================== RCS file: /home/cvs/xml-xalan/c/samples/ApacheModuleXSLT/mod_xslt.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mod_xslt.c 21 Oct 2001 15:54:36 -0000 1.7 +++ mod_xslt.c 28 Aug 2002 00:36:39 -0000 1.8 @@ -94,7 +94,7 @@ static void xslt_child_exit(server_rec *s, pool *p) { - XalanTerminate(); + XalanTerminate(1); } --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org