# HG changeset patch # User Daniel Atallah # Date 1138929931 0 # Node ID 8695e933ad64b4a4955a36afd51dba942bb96b59 # Parent d65fa65eac025d88550f9d62593a169b5aff391f [gaim-migrate @ 15470] I "inadvertently" caused file transfers to not finish in the core - this fixes it. (forgot part of it - that is what I get for manually merging the changes) committer: Tailor Script diff -r d65fa65eac02 -r 8695e933ad64 src/ft.c --- a/src/ft.c Fri Feb 03 01:23:46 2006 +0000 +++ b/src/ft.c Fri Feb 03 01:25:31 2006 +0000 @@ -821,8 +821,7 @@ } else if(r < 0) { gaim_xfer_cancel_remote(xfer); return; - } else if(r == 0) - return; + } } if (condition & GAIM_INPUT_WRITE) {