src/protocols/oscar/ft.c

changeset 11214
253372056e12
parent 11162
9ffb3ec6ce59
child 11253
81cbd43ef85e
--- 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;

mercurial