You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2006/11/27 08:28:27 UTC

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

Author: mturk
Date: Sun Nov 26 23:28:26 2006
New Revision: 479530

URL: http://svn.apache.org/viewvc?view=rev&rev=479530
Log:
Display the usage if not read-only.

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?view=diff&rev=479530&r1=479529&r2=479530
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_status.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_status.c Sun Nov 26 23:28:26 2006
@@ -2561,8 +2561,8 @@
                         jk_puts(s, "</form>\n");
                     }
                     jk_puts(s, "<hr/>[<b>S</b>=Show only this worker");
-                    if (w->read_only)
-                        jk_puts(s, ", <b>E</b>=Edit worker, <b>R</b>=Reset worker state\n");
+                    if (!w->read_only)
+                        jk_puts(s, ", <b>E</b>=Edit worker, <b>R</b>=Reset worker state");
                     jk_puts(s, "]&nbsp;\n");
                 }
                 if (cmd == JK_STATUS_CMD_LIST) {



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