comparison 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
comparison
equal deleted inserted replaced
11213:ff728e84d59a 11214:751de30689ef
670 if (ip) 670 if (ip)
671 new->clientip = strdup(ip); 671 new->clientip = strdup(ip);
672 if (sn) 672 if (sn)
673 new->sn = strdup(sn); 673 new->sn = strdup(sn);
674 new->port = port; 674 new->port = port;
675 new->success = FALSE;
675 new->fh.totfiles = 1; 676 new->fh.totfiles = 1;
676 new->fh.filesleft = 1; 677 new->fh.filesleft = 1;
677 new->fh.totparts = 1; 678 new->fh.totparts = 1;
678 new->fh.partsleft = 1; 679 new->fh.partsleft = 1;
679 new->fh.totsize = size; 680 new->fh.totsize = size;