Inverted rendezvous test

This commit is contained in:
Ron Pedde 2006-08-03 02:55:14 +00:00
parent 9ca4ac55ba
commit ca6bcec06e
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ void xml_get_stats(WS_CONNINFO *pwsc) {
#ifndef WITHOUT_MDNS
if(config.use_mdns) {
xml_output(pxml,"status",rend_running() ? "Stopped" : "Running"); /* ??? */
xml_output(pxml,"status",rend_running() ? "Running" : "Stopped"); /* ??? */
} else {
xml_output(pxml,"status","Disabled");
}