From cf5d934e1be0d85c051583ed6671b4a7a73da46c Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 20 Sep 2011 06:43:23 +0000 Subject: make QXmppIceComponent use point-to-point interfaces too (Fixes issue #120) --- src/QXmppStun.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/QXmppStun.cpp') diff --git a/src/QXmppStun.cpp b/src/QXmppStun.cpp index f189f223..08308648 100644 --- a/src/QXmppStun.cpp +++ b/src/QXmppStun.cpp @@ -2181,8 +2181,7 @@ QList QXmppIceComponent::discoverAddresses() QHostAddress ip = entry.ip(); if ((ip.protocol() != QAbstractSocket::IPv4Protocol && ip.protocol() != QAbstractSocket::IPv6Protocol) || - entry.netmask().isNull() || - entry.netmask() == QHostAddress::Broadcast) + entry.netmask().isNull()) continue; #ifdef Q_OS_MAC -- cgit v1.2.3