1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

Get back accidently deleted registerOffer

This commit is contained in:
Uwe L. Korn
2013-04-05 20:12:56 +02:00
committed by Michael Zanetti
parent 2a721e89a5
commit 8b7dba77aa

View File

@@ -389,6 +389,7 @@ Servent::registerPeer( const Tomahawk::peerinfo_ptr& peerInfo )
conn->setId( nodeid );
conn->addPeerInfo( peerInfo );
registerOffer( key, conn );
QList<SipInfo> sipInfo = QList<SipInfo>();
foreach ( QHostAddress ha, m_externalAddresses )
{