Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-09-09 12:01:09 +01:00
4 changed files with 3 additions and 8 deletions

View File

@@ -427,7 +427,7 @@ void
server_destroy_session(struct session *s)
{
struct client *c;
struct session *s_new = NULL, *cs_new, *use_s;
struct session *s_new = NULL, *cs_new = NULL, *use_s;
int detach_on_destroy;
detach_on_destroy = options_get_number(s->options, "detach-on-destroy");