Mercurial > pidgin
changeset 21464:577d90f8794e
I messed this up at some point.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 12 Nov 2007 23:20:25 +0000 |
parents | 2b6553584385 |
children | e489c81e1f6f |
files | libpurple/protocols/bonjour/jabber.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/jabber.c Mon Nov 12 23:16:52 2007 +0000 +++ b/libpurple/protocols/bonjour/jabber.c Mon Nov 12 23:20:25 2007 +0000 @@ -957,7 +957,7 @@ if(check_if_blocked(pb)) return; - if ((child = xmlnode_get_child(packet, "si")) || (child = xmlnode_get_child(packet, "si"))) + if ((child = xmlnode_get_child(packet, "si")) || (child = xmlnode_get_child(packet, "error"))) xep_si_parse(connection, packet, pb); else xep_bytestreams_parse(connection, packet, pb);