You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2008/01/03 12:14:24 UTC

svn commit: r608451 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

Author: rjung
Date: Thu Jan  3 03:14:18 2008
New Revision: 608451

URL: http://svn.apache.org/viewvc?rev=608451&view=rev
Log:
Ooops. Wrong define name.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_status.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_status.c?rev=608451&r1=608450&r2=608451&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_status.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_status.c Thu Jan  3 03:14:18 2008
@@ -929,7 +929,7 @@
 {
     jk_map_t *m;
     status_worker_t *w = p->worker;
-#ifdef _MT_CODE_PTHREAD_MT_CODE_PTHREAD
+#ifdef _MT_CODE_PTHREAD
     char *lasts;
 #endif
     char *param;
@@ -978,7 +978,7 @@
         return JK_FALSE;
     }
 
-#ifdef _MT_CODE_PTHREAD_MT_CODE_PTHREAD
+#ifdef _MT_CODE_PTHREAD
     for (param = strtok_r(query, "&", &lasts);
          param; param = strtok_r(NULL, "&", &lasts)) {
 #else



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org