mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		@@ -431,7 +431,7 @@ server_check_unattached(void)
 | 
			
		||||
	 * set, collect them.
 | 
			
		||||
	 */
 | 
			
		||||
	RB_FOREACH(s, sessions, &sessions) {
 | 
			
		||||
		if (!(s->flags & SESSION_UNATTACHED))
 | 
			
		||||
		if (s->attached != 0)
 | 
			
		||||
			continue;
 | 
			
		||||
		if (options_get_number (s->options, "destroy-unattached"))
 | 
			
		||||
			session_destroy(s, __func__);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user