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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]