diff -r 22de2e391156 -r 20ac952a623c bluetooth/btstack/common/btprt.cpp --- a/bluetooth/btstack/common/btprt.cpp Thu Sep 23 17:06:47 2010 +0300 +++ b/bluetooth/btstack/common/btprt.cpp Wed Oct 13 16:20:29 2010 +0300 @@ -350,6 +350,7 @@ { LOG_FUNC CServProviderBase* sap =iLowerProtocol->NewSAPL(aSockType); + ASSERT_DEBUG(!iListener); iListener=CIncomingConnectionListener::NewL(*this, sap, aPort, aQueSize, aUid); }