# HG changeset patch # User Richard Laager # Date 1142272454 0 # Node ID 59ea9ddd408b9a98fefa415e888c71076f97cab0 # Parent 0dbab0e08f2adebd068831f13044f459b2c9ccc5 [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 diff -r 0dbab0e08f2a -r 59ea9ddd408b src/protocols/jabber/si.c --- 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;