[gaim-migrate @ 15470]

Fri, 03 Feb 2006 01:25:31 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 03 Feb 2006 01:25:31 +0000
changeset 13109
c5801934af5c
parent 13108
9a5cd09fd9cb
child 13110
052e717c7281

[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)

src/ft.c file | annotate | diff | comparison | revisions
--- 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) {

mercurial