mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	This should not be changed.
This commit is contained in:
		
							
								
								
									
										2
									
								
								server.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								server.c
									
									
									
									
									
								
							@@ -281,7 +281,7 @@ server_send_exit(void)
 | 
				
			|||||||
		if (c->flags & (CLIENT_BAD|CLIENT_SUSPENDED))
 | 
							if (c->flags & (CLIENT_BAD|CLIENT_SUSPENDED))
 | 
				
			||||||
			server_client_lost(c);
 | 
								server_client_lost(c);
 | 
				
			||||||
		else
 | 
							else
 | 
				
			||||||
			server_write_client(c, MSG_EXIT, NULL, 0);
 | 
								server_write_client(c, MSG_SHUTDOWN, NULL, 0);
 | 
				
			||||||
		c->session = NULL;
 | 
							c->session = NULL;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user