diff options
author | xdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-09 08:57:16 +0000 |
---|---|---|
committer | xdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-09 08:57:16 +0000 |
commit | 0b29a17e26cdc05b0e78fd2fe3735607e2fbbacb (patch) | |
tree | e2fa6bf22ae6c6f548bc44358c9263436690610a | |
parent | 2349cf6f63fc450c455f902c8a424f2d8930d266 (diff) | |
download | edk2-platforms-0b29a17e26cdc05b0e78fd2fe3735607e2fbbacb.tar.xz |
Add missing Handle parameter for UninstallMultipleProtocolInterfaces().
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11144 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Universal/Network/MnpDxe/MnpDriver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/Network/MnpDxe/MnpDriver.c b/MdeModulePkg/Universal/Network/MnpDxe/MnpDriver.c index 889cfeb581..af6b60c619 100644 --- a/MdeModulePkg/Universal/Network/MnpDxe/MnpDriver.c +++ b/MdeModulePkg/Universal/Network/MnpDxe/MnpDriver.c @@ -465,6 +465,7 @@ ErrorExit: if (Instance->Handle != NULL) {
gBS->UninstallMultipleProtocolInterfaces (
+ Instance->Handle,
&gEfiManagedNetworkProtocolGuid,
&Instance->ManagedNetwork,
NULL
|