mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:44:18 +00:00 
			
		
		
		
	Oops, it is always a good idea to get arguments the right way round.
This commit is contained in:
		@@ -172,7 +172,7 @@ server_lock(void)
 | 
			
		||||
 | 
			
		||||
		status_prompt_clear(c);
 | 
			
		||||
		status_prompt_set(c,
 | 
			
		||||
		    "Password: ", server_lock_callback, c, NULL, PROMPT_HIDDEN);
 | 
			
		||||
		    "Password: ", server_lock_callback, NULL, c, PROMPT_HIDDEN);
 | 
			
		||||
  		server_redraw_client(c);
 | 
			
		||||
	}
 | 
			
		||||
	server_locked = 1;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user