summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-03 15:01:11 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-03 15:01:11 +0000
commitf2d8f110db994588cb85a9c0c22c0941f4ccca38 (patch)
treefe7278aeead76aca6d2b98cbd14437e554fd4dd7 /source3/smbwrapper/smbw.c
parent76aa53bce10ed2b531b07dbf02ffb31c658f5920 (diff)
downloadsamba-f2d8f110db994588cb85a9c0c22c0941f4ccca38.tar.gz
samba-f2d8f110db994588cb85a9c0c22c0941f4ccca38.tar.bz2
samba-f2d8f110db994588cb85a9c0c22c0941f4ccca38.zip
fixed vi on smbwrappper (it was a problem in cli_read())
(This used to be commit 1dcc84b942d4669f978aebdeaf85ea609c2b732f)
Diffstat (limited to 'source3/smbwrapper/smbw.c')
-rw-r--r--source3/smbwrapper/smbw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbwrapper/smbw.c b/source3/smbwrapper/smbw.c
index d6964790d6..799a7f02cc 100644
--- a/source3/smbwrapper/smbw.c
+++ b/source3/smbwrapper/smbw.c
@@ -909,7 +909,7 @@ ssize_t smbw_read(int fd, void *buf, size_t count)
struct smbw_file *file;
int ret;
- DEBUG(4,("%s\n", __FUNCTION__));
+ DEBUG(4,("%s %d\n", __FUNCTION__, (int)count));
smbw_busy++;