diff src/protocols/oscar/ft.c @ 11214:751de30689ef

[gaim-migrate @ 13346] Bug fix for OSCAR file transfer timeouts. Also, aim_get_command now accepts zero as a valid fd; this was necessary to get this fix to work in HEAD. committer: Tailor Script <tailor@pidgin.im>
author Jonathan Clark <ardentlygnarly>
date Tue, 09 Aug 2005 00:25:39 +0000
parents ccb38cf22483
children 7d31d61e6438
line wrap: on
line diff
--- a/src/protocols/oscar/ft.c	Mon Aug 08 21:43:44 2005 +0000
+++ b/src/protocols/oscar/ft.c	Tue Aug 09 00:25:39 2005 +0000
@@ -672,6 +672,7 @@
 	if (sn)
 		new->sn = strdup(sn);
 	new->port = port;
+	new->success = FALSE;
 	new->fh.totfiles = 1;
 	new->fh.filesleft = 1;
 	new->fh.totparts = 1;