mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 15:26:58 +00:00
Merge branch 'obsd-master'
Conflicts: tmux.c
This commit is contained in:
@ -158,7 +158,7 @@ cmdq_guard(struct cmd_q *cmdq, const char *guard)
|
||||
{
|
||||
struct client *c = cmdq->client;
|
||||
|
||||
if (c == NULL || c->session == NULL)
|
||||
if (c == NULL)
|
||||
return 0;
|
||||
if (!(c->flags & CLIENT_CONTROL))
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user