1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Ensure identical between 2.2.3 and 3.0 - no need for difference here..

Jeremy.
This commit is contained in:
Jeremy Allison 0001-01-01 00:00:00 +00:00
parent 71d647b6c0
commit 7c5c035e41

View File

@ -130,7 +130,6 @@ tryagain:
if (readret == -1)
return -1;
#endif
if (readret > 0)
ret += readret;
}