networksecurity/ipsec/ipsec6/src/key_msg.cpp
branchRCL_3
changeset 21 abbed5a4b42a
parent 1 a579325b79dd
child 22 8d540f55e491
equal deleted inserted replaced
20:7e41d162e158 21:abbed5a4b42a
   760 	* @param aMsg	The PFKEYv2 message
   760 	* @param aMsg	The PFKEYv2 message
   761 	* @param aSrc	The originating socket.
   761 	* @param aSrc	The originating socket.
   762 	* @return KErrNone or error code on fail.
   762 	* @return KErrNone or error code on fail.
   763 	*/
   763 	*/
   764 	{
   764 	{
   765 	TIpAddress src, dst, proxy;		// Working space for the TPfkeyMessage Constructor!
       
   766 	TPfkeyMessage msg(aMsg, iEndPointCollection);
   765 	TPfkeyMessage msg(aMsg, iEndPointCollection);
   767 	LOG(msg.LogPrint(_L("PFKEY"), iCrypto->Algorithms()));
   766 	LOG(msg.LogPrint(_L("PFKEY"), iCrypto->Algorithms()));
   768 
   767 
   769 	if (msg.iError != KErrNone)
   768 	if (msg.iError != KErrNone)
   770 		{                      
   769 		{