diff -r 2129f10626ba -r 23b59305592d linklayercontrol/networkinterfacemgr/agentprcore/src/tunnelagentcprstates.cpp --- a/linklayercontrol/networkinterfacemgr/agentprcore/src/tunnelagentcprstates.cpp Tue May 11 17:38:48 2010 +0300 +++ b/linklayercontrol/networkinterfacemgr/agentprcore/src/tunnelagentcprstates.cpp Tue May 25 14:22:18 2010 +0300 @@ -101,7 +101,9 @@ TNodeId thisNodeId = iContext.Node().NodeId(); - RNodeInterface* sp = iContext.Node().AddClientL(realIapNodeId, TClientType(TCFClientType::EServProvider)); + //SP are peers added with TClientType ((TCFClientType::EServProvider, CFClientType::EActive)) + RNodeInterface* sp = iContext.Node().AddClientL(realIapNodeId, TClientType(TCFClientType::EServProvider, TCFClientType::EActive)); + __ASSERT_DEBUG(sp != NULL, User::Panic(KTunnelAgentCPRPanic, ETunnelAgentCprNoServiceProvider)); iContext.iNodeActivity->PostRequestTo( realIapNodeId,