changeset 13108:8695e933ad64

[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 <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 03 Feb 2006 01:25:31 +0000
parents d65fa65eac02
children 079f7a452e3a
files src/ft.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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) {