summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-12-03 19:59:44 +0000
committerLuke Leighton <lkcl@samba.org>1999-12-03 19:59:44 +0000
commit5db56cfce45b58087fdadeb842f08a5b75d828c9 (patch)
treee95427cab24f3fc0eb5de881e995bf046d6a9a3d /source3
parent6eebe18fa9682f570127b08fb116ab561223de22 (diff)
downloadsamba-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')
-rw-r--r--source3/rpcclient/rpcclient.c2
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))