[BACK]Return to server-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server-client.c between version 1.364 and 1.365

version 1.364, 2020/10/30 09:00:07 version 1.365, 2020/10/30 18:54:23
Line 2025 
Line 2025 
                         break;                          break;
                 c->flags &= ~CLIENT_SUSPENDED;                  c->flags &= ~CLIENT_SUSPENDED;
   
                 if (c->fd == -1) /* exited in the meantime */                  if (c->fd == -1 || c->session == NULL) /* exited already */
                         break;                          break;
                 s = c->session;                  s = c->session;
   

Legend:
Removed from v.1.364  
changed lines
  Added in v.1.365