mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	cctx should be 0.
This commit is contained in:
		
							
								
								
									
										3
									
								
								tmux.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								tmux.c
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
/* $Id: tmux.c,v 1.33 2007-10-19 10:21:35 nicm Exp $ */
 | 
			
		||||
/* $Id: tmux.c,v 1.34 2007-10-19 21:58:17 nicm Exp $ */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
			
		||||
@@ -214,6 +214,7 @@ main(int argc, char **argv)
 | 
			
		||||
		exit(1);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	memset(&cctx, 0, sizeof cctx);
 | 
			
		||||
	if (!(cmd->entry->flags & CMD_NOSESSION) ||
 | 
			
		||||
	    (cmd->entry->flags & CMD_CANTNEST))
 | 
			
		||||
		client_fill_sessid(&data.sid, name);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user