# HG changeset patch # User Daniel Atallah # Date 1138929931 0 # Node ID c5801934af5ced6871101455deef740f7bab8186 # Parent 9a5cd09fd9cbce91b1935c4ea5c99be99ffb5bed [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) diff -r 9a5cd09fd9cb -r c5801934af5c 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) {