networksecurity/ipsec/ipsec6/src/key_msg.cpp
branchRCL_3
changeset 58 8d540f55e491
parent 57 abbed5a4b42a
--- a/networksecurity/ipsec/ipsec6/src/key_msg.cpp	Tue Aug 31 16:45:15 2010 +0300
+++ b/networksecurity/ipsec/ipsec6/src/key_msg.cpp	Wed Sep 01 12:33:58 2010 +0100
@@ -762,6 +762,7 @@
 	* @return KErrNone or error code on fail.
 	*/
 	{
+	TIpAddress src, dst, proxy;		// Working space for the TPfkeyMessage Constructor!
 	TPfkeyMessage msg(aMsg, iEndPointCollection);
 	LOG(msg.LogPrint(_L("PFKEY"), iCrypto->Algorithms()));