mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
fixed bug Bug #683 (Prompt for password doesn't go to console for Windows)
This commit is contained in:
parent
ca8831e1ad
commit
ac08d278b9
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ char *get_tty_password(char *opt_message)
|
|||
char *pos=to,*end=to+sizeof(to)-1;
|
||||
int i=0;
|
||||
DBUG_ENTER("get_tty_password");
|
||||
fprintf(stderr,opt_message ? opt_message : "Enter password: ");
|
||||
_cputs(opt_message ? opt_message : "Enter password: ");
|
||||
for (;;)
|
||||
{
|
||||
char tmp;
|
||||
|
|
Loading…
Reference in a new issue