diff options
author | Jeremy Allison <jra@samba.org> | 2002-01-20 01:01:46 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-01-20 01:01:46 +0000 |
commit | a6541401b03e0a97dc7e265b223289cad7160b75 (patch) | |
tree | c2679804da48295d5d2563377b5806f84f9b5a40 /source3/smbd | |
parent | 2590721a36b2d6efd3b822312e9545548cfc96ca (diff) | |
download | samba-a6541401b03e0a97dc7e265b223289cad7160b75.tar.gz samba-a6541401b03e0a97dc7e265b223289cad7160b75.tar.bz2 samba-a6541401b03e0a97dc7e265b223289cad7160b75.zip |
Ensure identical between 2.2.3 and 3.0 - no need for difference here..
Jeremy.
(This used to be commit 7c5c035e417b45acebc3580c4fdc80a7ef3306ce)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/fileio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/fileio.c b/source3/smbd/fileio.c index 6e1f5cfcf6..9f7cb5f340 100644 --- a/source3/smbd/fileio.c +++ b/source3/smbd/fileio.c @@ -130,7 +130,6 @@ tryagain: if (readret == -1) return -1; #endif - if (readret > 0) ret += readret; } |