diff src/protocols/jabber/jabber.h @ 14000:f327a27f7f07

[gaim-migrate @ 16585] A fix for the nasty libxml corruption crash in jabber, from Henning Norn. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 27 Jul 2006 18:58:14 +0000
parents 614c56622453
children 8ca0e500da4c
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.h	Thu Jul 27 18:35:16 2006 +0000
+++ b/src/protocols/jabber/jabber.h	Thu Jul 27 18:58:14 2006 +0000
@@ -121,6 +121,8 @@
 	GaimCircBuffer *write_buffer;
 	guint writeh;
 
+	gboolean reinit;
+
 	/* OK, this stays at the end of the struct, so plugins can depend
 	 * on the rest of the stuff being in the right place
 	 */