summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-12-03 17:02:47 +0000
committerLuke Leighton <lkcl@samba.org>1999-12-03 17:02:47 +0000
commit69683dc27a8eab7a97f580050c71ab64f1d58987 (patch)
treef265781542daab983bcd643a41bbddcc6054b136 /source3/rpcclient
parent848ed55e22d30bcc072b197574bf1e1cc6c05c84 (diff)
downloadsamba-69683dc27a8eab7a97f580050c71ab64f1d58987.tar.gz
samba-69683dc27a8eab7a97f580050c71ab64f1d58987.tar.bz2
samba-69683dc27a8eab7a97f580050c71ab64f1d58987.zip
promptline undefined (pline)
(This used to be commit f33e4ca930f8299c00f861215c5231eef9ecef94)
Diffstat (limited to 'source3/rpcclient')
-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 ba40920a40..2ae55baac0 100644
--- a/source3/rpcclient/rpcclient.c
+++ b/source3/rpcclient/rpcclient.c
@@ -781,7 +781,7 @@ static BOOL process( struct client_info *info, char *cmd_str)
#ifndef HAVE_LIBREADLINE
/* display a prompt */
- fprintf(out_hnd, "%s", CNV_LANG(promptline));
+ fprintf(out_hnd, "%s", CNV_LANG(pline));
fflush(out_hnd);
cli_net_wait_keyboard();