changeset 12394:51898e3031e6

[gaim-migrate @ 14701] jabber_close was trying to set our presence with jabber_presence_send, but passing a NULL status -- which causes jabber_presence_send to return immediately when the glib sanity functions are enabled, and a swift core dump with G_DISABLE_CHECKS. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 08 Dec 2005 05:13:21 +0000
parents a2f7bb907926
children 4ed7663099ca
files src/protocols/jabber/jabber.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Thu Dec 08 05:10:50 2005 +0000
+++ b/src/protocols/jabber/jabber.c	Thu Dec 08 05:13:21 2005 +0000
@@ -785,7 +785,6 @@
 {
 	JabberStream *js = gc->proto_data;
 
-	jabber_presence_send(gc->account, NULL);
 	jabber_send_raw(js, "</stream:stream>", -1);
 
 	if(js->gsc) {