mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		@@ -2023,7 +2023,7 @@ server_client_dispatch(struct imsg *imsg, void *arg)
 | 
			
		||||
			break;
 | 
			
		||||
		c->flags &= ~CLIENT_SUSPENDED;
 | 
			
		||||
 | 
			
		||||
		if (c->fd == -1) /* exited in the meantime */
 | 
			
		||||
		if (c->fd == -1 || c->session == NULL) /* exited already */
 | 
			
		||||
			break;
 | 
			
		||||
		s = c->session;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user