Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-08-22 16:01:19 +01:00
5 changed files with 5 additions and 7 deletions

View File

@ -277,7 +277,7 @@ server_client_open(struct client *c, char **cause)
static void
server_client_attached_lost(struct client *c)
{
struct session *s = c->session;
struct session *s;
struct window *w;
struct client *loop;
struct client *found;