summaryrefslogtreecommitdiff
path: root/source3/client/smbmount.c
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-08-12 15:27:13 +0000
committerChristopher R. Hertel <crh@samba.org>1998-08-12 15:27:13 +0000
commit50321227533c341717a7cd8664f4a2095bd697a8 (patch)
tree33e8a15e1113f64086e7e653385012bd2786c9b6 /source3/client/smbmount.c
parent08feb74221427423b44f3ea5cae182f7e392f0f5 (diff)
downloadsamba-50321227533c341717a7cd8664f4a2095bd697a8.tar.gz
samba-50321227533c341717a7cd8664f4a2095bd697a8.tar.bz2
samba-50321227533c341717a7cd8664f4a2095bd697a8.zip
Changed a call to fflush(dbg) to dbgflush().
(This used to be commit c626828471cf3d63dd74a4dd52b234f0aebd3fe5)
Diffstat (limited to 'source3/client/smbmount.c')
-rw-r--r--source3/client/smbmount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c
index 2fc38def9d..bd14b121e6 100644
--- a/source3/client/smbmount.c
+++ b/source3/client/smbmount.c
@@ -546,7 +546,7 @@ static BOOL process(char *base_directory)
/* display a prompt */
DEBUG(0,("smb: %s> ", CNV_LANG(cur_dir)));
- fflush(dbf);
+ dbgflush();
wait_keyboard(InBuffer);