Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-10-28 22:01:13 +01:00
4 changed files with 17 additions and 6 deletions

View File

@ -513,7 +513,7 @@ server_client_detach(struct client *c, enum msgtype msgtype)
{
struct session *s = c->session;
if (s == NULL || (c->flags & CLIENT_UNATTACHEDFLAGS))
if (s == NULL || (c->flags & CLIENT_NODETACHFLAGS))
return;
c->flags |= CLIENT_EXIT;