diff options
author | Luke Leighton <lkcl@samba.org> | 1999-12-03 19:59:44 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-12-03 19:59:44 +0000 |
commit | 5db56cfce45b58087fdadeb842f08a5b75d828c9 (patch) | |
tree | e95427cab24f3fc0eb5de881e995bf046d6a9a3d /source3/rpcclient | |
parent | 6eebe18fa9682f570127b08fb116ab561223de22 (diff) | |
download | samba-5db56cfce45b58087fdadeb842f08a5b75d828c9.tar.gz samba-5db56cfce45b58087fdadeb842f08a5b75d828c9.tar.bz2 samba-5db56cfce45b58087fdadeb842f08a5b75d828c9.zip |
i always get caught out with non-gnu-readline code mods :-)
(This used to be commit a47cc6447036d0a8b8e3e096d7b51a37d10d3325)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index d73652b5cd..19698a0f83 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -784,7 +784,7 @@ static BOOL process( struct client_info *info, char *cmd_str) fprintf(out_hnd, "%s", CNV_LANG(pline)); fflush(out_hnd); - cli_net_wait_keyboard(); + cli_use_wait_keyboard(); /* and get a response */ if (!fgets(line,1000,stdin)) |