summaryrefslogtreecommitdiffstats
path: root/source/smbd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-01-20 01:01:46 +0000
committerJeremy Allison <jra@samba.org>2002-01-20 01:01:46 +0000
commit7c5c035e417b45acebc3580c4fdc80a7ef3306ce (patch)
tree5e2952a25316abde34eb7c1950d93395e1cfa442 /source/smbd
parent71d647b6c0db8470d6144683c41ab26a7e1ef35e (diff)
downloadsamba-7c5c035e417b45acebc3580c4fdc80a7ef3306ce.tar.gz
samba-7c5c035e417b45acebc3580c4fdc80a7ef3306ce.tar.xz
samba-7c5c035e417b45acebc3580c4fdc80a7ef3306ce.zip
Ensure identical between 2.2.3 and 3.0 - no need for difference here..
Jeremy.
Diffstat (limited to 'source/smbd')
-rw-r--r--source/smbd/fileio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/smbd/fileio.c b/source/smbd/fileio.c
index 6e1f5cfcf6b..9f7cb5f3408 100644
--- a/source/smbd/fileio.c
+++ b/source/smbd/fileio.c
@@ -130,7 +130,6 @@ tryagain:
if (readret == -1)
return -1;
#endif
-
if (readret > 0)
ret += readret;
}