From ab9d79e21f14a9d0bcefa0f6d3a7a7fff17071bb Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sun, 13 Feb 2011 00:30:18 -0500 Subject: [PATCH] Add fixme note --- src/sip/zeroconf/zeroconf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sip/zeroconf/zeroconf.cpp b/src/sip/zeroconf/zeroconf.cpp index e4d7783c7..91382c468 100644 --- a/src/sip/zeroconf/zeroconf.cpp +++ b/src/sip/zeroconf/zeroconf.cpp @@ -43,6 +43,7 @@ ZeroconfPlugin::lanHostFound( const QString& host, int port, const QString& name { qDebug() << "Found LAN host:" << host << port << nodeid; + //FIXME: This doesn't work...why? I never see Found LAN host in debug either, but somehow nodes are being connected... if ( !m_isOnline ) { qDebug() << "Not online, so not connecting";