We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97a3ca2 + cb3054b commit 4dfb40fCopy full SHA for 4dfb40f
src/host_parts/host_runtime.c
@@ -3903,6 +3903,9 @@ static void *session_thread(void *arg)
3903
"newname@<server> (or ssh -l newname <server>).");
3904
session_send_system_line(ctx, "Type /exit to quit.");
3905
}
3906
+ session_force_disconnect(ctx, "Disconnecting...");
3907
+ session_destroy(ctx);
3908
+ SESSION_THREAD_RETURN(nullptr);
3909
} else {
3910
host_join_attempt_result_t join_result = host_register_join_attempt(
3911
ctx->owner, ctx->user.name, ctx->client_ip);
0 commit comments