X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FUdp6Dxe%2FUdp6Main.c;h=f3e99255f953cd6aeee284ed6994739df529143d;hp=0cad5962765a09a84a738f6b76a784390709ef64;hb=d551cc64cdf1f943744294819220b78a60b10822;hpb=5966402ed51c5b611bf437c812047dc9c432a47e diff --git a/NetworkPkg/Udp6Dxe/Udp6Main.c b/NetworkPkg/Udp6Dxe/Udp6Main.c index 0cad596276..f3e99255f9 100644 --- a/NetworkPkg/Udp6Dxe/Udp6Main.c +++ b/NetworkPkg/Udp6Dxe/Udp6Main.c @@ -1,7 +1,7 @@ /** @file Contains all EFI_UDP6_PROTOCOL interfaces. - Copyright (c) 2009 - 2010, 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 @@ -275,7 +275,7 @@ Udp6Configure ( // // Cancel all the user tokens. // - Status = Instance->Udp6Proto.Cancel (&Instance->Udp6Proto, NULL); + Instance->Udp6Proto.Cancel (&Instance->Udp6Proto, NULL); // // Remove the buffered RxData for this instance. @@ -284,9 +284,7 @@ Udp6Configure ( ASSERT (IsListEmpty (&Instance->DeliveredDgramQue)); } - - Status = Udp6SetVariableData (Instance->Udp6Service); - + ON_EXIT: gBS->RestoreTPL (OldTpl);