FS-2763
This commit is contained in:
parent
1d921b1cfa
commit
f13fa0c1a5
|
@ -3531,10 +3531,6 @@ SWITCH_STANDARD_API(sofia_function)
|
||||||
"watchdog <on|off>\n"
|
"watchdog <on|off>\n"
|
||||||
"--------------------------------------------------------------------------------\n";
|
"--------------------------------------------------------------------------------\n";
|
||||||
|
|
||||||
if (session) {
|
|
||||||
return SWITCH_STATUS_FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (zstr(cmd)) {
|
if (zstr(cmd)) {
|
||||||
stream->write_function(stream, "%s", usage_string);
|
stream->write_function(stream, "%s", usage_string);
|
||||||
goto done;
|
goto done;
|
||||||
|
|
Loading…
Reference in New Issue