mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Merge branch 'obsd-master' into master
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user