diff libgaim/protocols/jabber/parser.c @ 14414:e52d5626824a

[gaim-migrate @ 17122] this is it for me for today committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 02 Sep 2006 01:25:43 +0000
parents 60b1bc8dbf37
children 289490ee84d1
line wrap: on
line diff
--- a/libgaim/protocols/jabber/parser.c	Fri Sep 01 22:46:39 2006 +0000
+++ b/libgaim/protocols/jabber/parser.c	Sat Sep 02 01:25:43 2006 +0000
@@ -283,7 +283,6 @@
 		/* libxml inconsistently starts parsing on creating the parser, so so a ParseChunk
 		 * right afterwards to force it. */
 		js->context = xmlCreatePushParserCtxt(&jabber_parser_libxml, js, buf, len, NULL);
-		xmlParseChunk(js->context, NULL, 0, 0);
 	} else if (xmlParseChunk(js->context, buf, len, 0) < 0) {
 		gaim_connection_error(js->gc, _("XML Parse error"));
 	}