diff -r 33413c0669b9 -r c9c2ad51f972 vpnengine/ikev2lib/src/ikev2message.cpp --- a/vpnengine/ikev2lib/src/ikev2message.cpp Thu Dec 17 09:14:51 2009 +0200 +++ b/vpnengine/ikev2lib/src/ikev2message.cpp Thu Jan 07 13:26:15 2010 +0200 @@ -1022,10 +1022,10 @@ AppendPayloadL(notifyPayload); } -void CIkeV2Message::PrependCookieNotifyPayloadL(const TDesC8& aCookieData) +void CIkeV2Message::PrependCookieNotifyPayloadL(TUint8 aProtocolId, const TDesC8& aCookieData) { _LIT8(KZeroDesc, ""); - CIkeV2NotifyPayload* notifyPayload = CIkeV2NotifyPayload::NewL(0, KZeroDesc, + CIkeV2NotifyPayload* notifyPayload = CIkeV2NotifyPayload::NewL(aProtocolId, KZeroDesc, COOKIE, aCookieData); delete iIkeV2Datagram;