summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-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))