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 | a47cc6447036d0a8b8e3e096d7b51a37d10d3325 (patch) | |
tree | e90214d9af5778e836df85039c510755c7acc37b | |
parent | 5af076e4b7ee13eebe0b89748e3f5a1ef21f8c73 (diff) | |
download | samba-a47cc6447036d0a8b8e3e096d7b51a37d10d3325.tar.gz samba-a47cc6447036d0a8b8e3e096d7b51a37d10d3325.tar.xz samba-a47cc6447036d0a8b8e3e096d7b51a37d10d3325.zip |
i always get caught out with non-gnu-readline code mods :-)
-rw-r--r-- | source/rpcclient/rpcclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/rpcclient.c b/source/rpcclient/rpcclient.c index d73652b5cdb..19698a0f833 100644 --- a/source/rpcclient/rpcclient.c +++ b/source/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)) |