1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-02 01:49:29 +03:00

i always get caught out with non-gnu-readline code mods :-)

This commit is contained in:
Luke Leighton
-
parent 5af076e4b7
commit a47cc64470

View File

@ -784,7 +784,7 @@ static BOOL process( struct client_info *info, char *cmd_str)
fprintf(out_hnd, "%s", CNV_LANG(pline)); fprintf(out_hnd, "%s", CNV_LANG(pline));
fflush(out_hnd); fflush(out_hnd);
cli_net_wait_keyboard(); cli_use_wait_keyboard();
/* and get a response */ /* and get a response */
if (!fgets(line,1000,stdin)) if (!fgets(line,1000,stdin))