mirror of https://github.com/acidanthera/audk.git
Fix minor gcc build break.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10943 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
41e9426b3f
commit
abd0c26488
|
@ -570,7 +570,7 @@ Ip4IpSecProcessPacket (
|
|||
IP_VERSION_4,
|
||||
(VOID *) (*Head),
|
||||
&(*Head)->Protocol,
|
||||
Options,
|
||||
(VOID **)Options,
|
||||
OptionsLen,
|
||||
(EFI_IPSEC_FRAGMENT_DATA **) (&FragmentTable),
|
||||
&FragmentCount,
|
||||
|
|
Loading…
Reference in New Issue