]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/SnpDxe/Snp.c
MdeModulePkg: Add unload support for SnpDxe and fix NULL ImageHandle in EfiLibInstall...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / SnpDxe / Snp.c
index e90e4e0244075d836f3a8934833a003d227c6762..2dc0536117c0ad1675deb1a146e10695f354f818 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Implementation of driver entry point and driver binding protocol.\r
 \r
-Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed\r
 and made available under the terms and conditions of the BSD License which\r
 accompanies this distribution. The full text of the license may be found at\r
@@ -1014,7 +1014,7 @@ InitializeSnpNiiDriver (
            ImageHandle,\r
            SystemTable,\r
            &mSimpleNetworkDriverBinding,\r
-           NULL,\r
+           ImageHandle,\r
            &gSimpleNetworkComponentName,\r
            &gSimpleNetworkComponentName2\r
            );\r