mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 22:24:37 +02:00
NetworkPkg: fix ASSERT_EFI_ERROR() typos
A number of code locations use ASSERT_EFI_ERROR (BooleanExpression) instead of ASSERT (BooleanExpression) Fix them. Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
This commit is contained in:
parent
0206697943
commit
bb7a152c2c
@ -384,7 +384,7 @@ Ikev2InitPskParser (
|
|||||||
// 5. Generate Nr_b
|
// 5. Generate Nr_b
|
||||||
//
|
//
|
||||||
IkeSaSession->NrBlock = IkeGenerateNonce (IKE_NONCE_SIZE);
|
IkeSaSession->NrBlock = IkeGenerateNonce (IKE_NONCE_SIZE);
|
||||||
ASSERT_EFI_ERROR (IkeSaSession->NrBlock != NULL);
|
ASSERT (IkeSaSession->NrBlock != NULL);
|
||||||
IkeSaSession->NrBlkSize = IKE_NONCE_SIZE;
|
IkeSaSession->NrBlkSize = IKE_NONCE_SIZE;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user