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;
     }

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to