aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/iq.c
diff options
context:
space:
mode:
authorSven Moritz Hallberg <pesco@khjk.org>2010-06-04 00:08:23 +0200
committerSven Moritz Hallberg <pesco@khjk.org>2010-06-04 00:08:23 +0200
commit37598495deeb42e1cd216a0a4ba8068e4a6da453 (patch)
tree6db6cc0d184dbd1daa4c9c6f153d809d512d3bfe /protocols/jabber/iq.c
parent1dd34701541fb8142402f593dc256ff9b54121bb (diff)
parent3dc6d86076dbea16c313bb87aa2f37166f289a8e (diff)
merge in bitlbee head
Diffstat (limited to 'protocols/jabber/iq.c')
-rw-r--r--protocols/jabber/iq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/jabber/iq.c b/protocols/jabber/iq.c
index 1b76a761..95b21e1e 100644
--- a/protocols/jabber/iq.c
+++ b/protocols/jabber/iq.c
@@ -126,7 +126,6 @@ xt_status jabber_pkt_iq( struct xt_node *node, gpointer data )
if( !( c = xt_find_node( node->children, "query" ) ) ||
!( s = xt_find_attr( c, "xmlns" ) ) )
{
- imcb_log( ic, "Warning: Received incomplete IQ-%s packet", type );
return XT_HANDLED;
}