I've added a dbgflush() function to debug.c. Calling this will cause the
authorChristopher R. Hertel <crh@samba.org>
Wed, 12 Aug 1998 14:51:17 +0000 (14:51 +0000)
committerChristopher R. Hertel <crh@samba.org>
Wed, 12 Aug 1998 14:51:17 +0000 (14:51 +0000)
commit08feb74221427423b44f3ea5cae182f7e392f0f5
tree930a4f53ce36d7fca4fcf36446dc5260741a0285
parentfcb5437da6a32b641260502d371494df614949d0
I've added a dbgflush() function to debug.c.  Calling this will cause the
debug format buffer to be written out (and reset).  fflush() is also called
to force the issue.  I replaced the call to fflush() in client.c with a
call to dbgflush(), which seems to have fixed the problem that Andrew was
working on (i.e., that the prompt was not displayed when using smbclient).

Chris -)-----
(This used to be commit a97460869fe1448be5132fdab586d30872d21a69)
source3/client/client.c
source3/lib/debug.c