From 5db56cfce45b58087fdadeb842f08a5b75d828c9 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Fri, 3 Dec 1999 19:59:44 +0000 Subject: i always get caught out with non-gnu-readline code mods :-) (This used to be commit a47cc6447036d0a8b8e3e096d7b51a37d10d3325) --- source3/rpcclient/rpcclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpcclient/rpcclient.c') 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)) -- cgit