Wed, 05 Feb 2003 08:02:25 +0000
[gaim-migrate @ 4806] Should fix a potential infinite recursion bug I just noticed.
--- a/src/ft.c Wed Feb 05 06:17:52 2003 +0000 +++ b/src/ft.c Wed Feb 05 08:02:25 2003 +0000 @@ -629,6 +629,8 @@ if (ui_ops != NULL && ui_ops->cancel != NULL) ui_ops->cancel(xfer); + xfer->bytes_remaining = 0; + /* Delete the transfer. */ gaim_xfer_destroy(xfer); }