summaryrefslogtreecommitdiffstats
path: root/source/client
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
commitc626828471cf3d63dd74a4dd52b234f0aebd3fe5 (patch)
tree33aeb6d48c975c9d9ec8e9ef249339127e2258f6 /source/client
parenta97460869fe1448be5132fdab586d30872d21a69 (diff)
downloadsamba-c626828471cf3d63dd74a4dd52b234f0aebd3fe5.tar.gz
samba-c626828471cf3d63dd74a4dd52b234f0aebd3fe5.tar.xz
samba-c626828471cf3d63dd74a4dd52b234f0aebd3fe5.zip
Changed a call to fflush(dbg) to dbgflush().
Diffstat (limited to 'source/client')
-rw-r--r--source/client/smbmount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/smbmount.c b/source/client/smbmount.c
index 2fc38def9d2..bd14b121e63 100644
--- a/source/client/smbmount.c
+++ b/source/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);