Inverted rendezvous test
This commit is contained in:
parent
9ca4ac55ba
commit
ca6bcec06e
|
@ -504,7 +504,7 @@ void xml_get_stats(WS_CONNINFO *pwsc) {
|
||||||
|
|
||||||
#ifndef WITHOUT_MDNS
|
#ifndef WITHOUT_MDNS
|
||||||
if(config.use_mdns) {
|
if(config.use_mdns) {
|
||||||
xml_output(pxml,"status",rend_running() ? "Stopped" : "Running"); /* ??? */
|
xml_output(pxml,"status",rend_running() ? "Running" : "Stopped"); /* ??? */
|
||||||
} else {
|
} else {
|
||||||
xml_output(pxml,"status","Disabled");
|
xml_output(pxml,"status","Disabled");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue