costin 2002/06/10 14:36:15 Modified: jk/native2/common jk_worker_jni.c jk/native2/jni jk_jni_aprImpl.c Log: Me again, spell errors. Revision Changes Path 1.17 +1 -0 jakarta-tomcat-connectors/jk/native2/common/jk_worker_jni.c Index: jk_worker_jni.c =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_worker_jni.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- jk_worker_jni.c 10 Jun 2002 21:27:39 -0000 1.16 +++ jk_worker_jni.c 10 Jun 2002 21:36:15 -0000 1.17 @@ -77,6 +77,7 @@ /* default only, will be configurable */ #define JAVA_BRIDGE_CLASS_NAME ("org/apache/jk/apr/TomcatStarter") +#define JAVA_BRIDGE_CLASS_APRI ("org/apache/jk/apr/AprImpl") struct jni_worker_data { jclass jk_java_bridge_class; 1.33 +1 -1 jakarta-tomcat-connectors/jk/native2/jni/jk_jni_aprImpl.c Index: jk_jni_aprImpl.c =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/jni/jk_jni_aprImpl.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- jk_jni_aprImpl.c 10 Jun 2002 21:30:48 -0000 1.32 +++ jk_jni_aprImpl.c 10 Jun 2002 21:36:15 -0000 1.33 @@ -140,7 +140,7 @@ jk2_pool_apr_create( NULL, &globalPool, NULL, jniAprPool ); /* Create the global env */ env=jk2_env_getEnv( NULL, globalPool ); - env->setAprPool(env, gPool); + env->setAprPool(env, globalPool); } env=jk_env_globalEnv;
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>