X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FIp6Dxe%2FIp6Impl.c;h=621879b1ea579583af79b1340fb0a7b101a89e13;hp=365495a5e448d680e10344965cf3b4a716afd72a;hb=d551cc64cdf1f943744294819220b78a60b10822;hpb=5966402ed51c5b611bf437c812047dc9c432a47e diff --git a/NetworkPkg/Ip6Dxe/Ip6Impl.c b/NetworkPkg/Ip6Dxe/Ip6Impl.c index 365495a5e4..621879b1ea 100644 --- a/NetworkPkg/Ip6Dxe/Ip6Impl.c +++ b/NetworkPkg/Ip6Dxe/Ip6Impl.c @@ -1,7 +1,7 @@ /** @file Implementation of EFI_IP6_PROTOCOL protocol interfaces. - Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -705,11 +705,6 @@ EfiIp6Configure ( // Ip6ServiceConfigMnp (IpInstance->Service, FALSE); - // - // Update the variable data. - // - Ip6SetVariableData (IpInstance->Service); - Exit: gBS->RestoreTPL (OldTpl); return Status;