libpurple/protocols/jabber/jingle/jingle.c

changeset 28571
3edd01e53823
parent 28322
ac8fec1d2234
child 28594
3e438648a895
child 28811
a6b47f7de931
--- a/libpurple/protocols/jabber/jingle/jingle.c	Sun Sep 20 10:57:21 2009 +0000
+++ b/libpurple/protocols/jabber/jingle/jingle.c	Wed Sep 23 10:00:56 2009 +0000
@@ -115,7 +115,7 @@
 		const gchar *creator = xmlnode_get_attrib(content, "creator");
 		JingleContent *local_content = jingle_session_find_content(session, name, creator);
 
-		if (content != NULL) {
+		if (local_content != NULL) {
 			const gchar *senders = xmlnode_get_attrib(content, "senders");
 			gchar *local_senders = jingle_content_get_senders(local_content);
 			if (strcmp(senders, local_senders))

mercurial