bluetooth/btstack/common/btprt.cpp
changeset 51 20ac952a623c
parent 0 29b1cd4cb562
--- 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);
 	}