changeset 13492:59ea9ddd408b

[gaim-migrate @ 15868] Nathan fixed part of CID 24 by adding a missing return. This is a similar error in the next function in the file, also apparently tracked in CID 24. So, here's the same fix. Resolves CID 24 committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 13 Mar 2006 17:54:14 +0000
parents 0dbab0e08f2a
children e8b0a9376481
files src/protocols/jabber/si.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/jabber/si.c	Mon Mar 13 17:52:37 2006 +0000
+++ b/src/protocols/jabber/si.c	Mon Mar 13 17:54:14 2006 +0000
@@ -375,6 +375,7 @@
 		jsx->rxqueue = NULL;
 		close(source);
 		gaim_xfer_cancel_remote(xfer);
+		return;
 	}
 	jsx->rxlen += len;