remove useless stop-rendezvous-service

This commit is contained in:
rustdesk
2024-06-10 16:12:08 +08:00
parent 9ab5512bfa
commit dd90096e13
2 changed files with 6 additions and 9 deletions

View File

@@ -2027,7 +2027,6 @@ pub fn option2bool(option: &str, value: &str) -> bool {
} else if option.starts_with("allow-")
|| option == "stop-service"
|| option == keys::OPTION_DIRECT_SERVER
|| option == "stop-rendezvous-service"
|| option == "force-always-relay"
{
value == "Y"