diff src/protocols/jabber/iq.c @ 8314:db1123eb56b0

[gaim-migrate @ 9038] wow committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 22 Feb 2004 01:25:54 +0000
parents ba12d8b12ab0
children 52ea0ab31caa
line wrap: on
line diff
--- a/src/protocols/jabber/iq.c	Sun Feb 22 01:21:17 2004 +0000
+++ b/src/protocols/jabber/iq.c	Sun Feb 22 01:25:54 2004 +0000
@@ -254,8 +254,8 @@
 		if(id && *id && (jcd = g_hash_table_lookup(js->iq_callbacks, id))) {
 			jcd->callback(js, packet, jcd->data);
 			g_hash_table_remove(js->iq_callbacks, id);
+			return;
 		}
-		return;
 	}
 
 	/* Apparently not, so lets see if we have a pre-defined handler */