mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
fixed bug #1174
This commit is contained in:
@ -78,7 +78,7 @@ char *get_tty_password(char *opt_message)
|
|||||||
char *pos=to,*end=to+sizeof(to)-1;
|
char *pos=to,*end=to+sizeof(to)-1;
|
||||||
int i=0;
|
int i=0;
|
||||||
DBUG_ENTER("get_tty_password");
|
DBUG_ENTER("get_tty_password");
|
||||||
fprintf(stdout,opt_message ? opt_message : "Enter password: ");
|
_cputs(opt_message ? opt_message : "Enter password: ");
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
char tmp;
|
char tmp;
|
||||||
|
Reference in New Issue
Block a user