mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Oops, it is always a good idea to get arguments the right way round.
This commit is contained in:
parent
441c118b63
commit
fc17ce0150
@ -1,4 +1,4 @@
|
|||||||
/* $Id: server-fn.c,v 1.72 2009-07-17 09:26:21 nicm Exp $ */
|
/* $Id: server-fn.c,v 1.73 2009-07-17 09:28:27 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -172,7 +172,7 @@ server_lock(void)
|
|||||||
|
|
||||||
status_prompt_clear(c);
|
status_prompt_clear(c);
|
||||||
status_prompt_set(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_redraw_client(c);
|
||||||
}
|
}
|
||||||
server_locked = 1;
|
server_locked = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user