fix(daemon): missing break statement in switch (#7991)

This commit is contained in:
Yat Ho
2025-12-24 03:13:32 +08:00
committed by GitHub
parent 8241fdab5f
commit dbd4ea5be8

View File

@@ -760,6 +760,7 @@ bool tr_daemon::parse_args(int argc, char const* const* argv, bool* dump_setting
case 830:
set_preferred_transports(*map, optstr);
break;
case 831:
utp_arg_helpers::utp(*map);