commsfwsupport/commselements/nodemessages/src/nm_messages.cpp
branchRCL_3
changeset 25 9d7ce34704c8
parent 23 cbb19216b74d
child 26 b564fb5fd78b
--- a/commsfwsupport/commselements/nodemessages/src/nm_messages.cpp	Thu Aug 19 11:05:47 2010 +0300
+++ b/commsfwsupport/commselements/nodemessages/src/nm_messages.cpp	Tue Aug 31 16:25:36 2010 +0300
@@ -52,7 +52,6 @@
 	{
 	const TNodeId& nodeId = address_cast<TNodeId>(aRecipient); //This message type operates on nodes
 	__ASSERT_DEBUG(nodeId.Ptr(), User::Panic(KSpecAssert_ElemNodeMessMesC, 1));
-	__ASSERT_ALWAYS(nodeId.Node().NodeId() == nodeId, User::Panic(KMessagesPanic, EDeceasedNodePanic)); //Address reuse protection (Ptr() may match something existing, but not necesserily the intended addresee).
 	nodeId.Node().ReceivedL(aSender, nodeId, *this);
 	}