You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by NormW <no...@bocnet.com.au> on 2004/02/28 04:16:51 UTC

PATCH for jk_worker_status.c

Good afternoon All.
Please find attached a minor change to allow a display option.
Norm

--- jk_worker_status.c.orig Fri Feb 27 20:49:26 2004
+++ jk_worker_status.c Sat Feb 28 14:08:27 2004
@@ -1045,7 +1045,7 @@
         jk2_worker_status_displayScoreboardInfo(env, s, s->workerEnv );
         return JK_OK;
     }
-    if( strncmp( s->query_string, "endpoints=", 11) == 0 ) {
+    if( strncmp( s->query_string, "endpoints=", 10) == 0 ) {
         jk2_worker_status_displayEndpointInfo( env, s, s->workerEnv );
         return JK_OK;
     }