From 50321227533c341717a7cd8664f4a2095bd697a8 Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Wed, 12 Aug 1998 15:27:13 +0000 Subject: [PATCH] Changed a call to fflush(dbg) to dbgflush(). (This used to be commit c626828471cf3d63dd74a4dd52b234f0aebd3fe5) --- source3/client/smbmount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index 2fc38def9d2..bd14b121e63 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); -- 2.11.4.GIT