1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Get back accidently deleted registerOffer

This commit is contained in:
Uwe L. Korn 2013-04-05 20:12:56 +02:00
parent 14af3aedd6
commit c8384ec757

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 )
{