]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
i always get caught out with non-gnu-readline code mods :-)
authorLuke Leighton <lkcl@samba.org>
Fri, 3 Dec 1999 19:59:44 +0000 (19:59 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 3 Dec 1999 19:59:44 +0000 (19:59 +0000)
(This used to be commit a47cc6447036d0a8b8e3e096d7b51a37d10d3325)

source3/rpcclient/rpcclient.c

index d73652b5cdb12f494b12ae52dd4be22d2f42a1b2..19698a0f8338aeff913b5f12be28d948bd0eafe3 100644 (file)
@@ -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))