X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FIpSecDxe%2FIkeService.c;fp=NetworkPkg%2FIpSecDxe%2FIkeService.c;h=3dc7f31570588517bee4125eaedb94fabefb084c;hp=4c0f6f5eb108de2eeff210fa77eed45beeea0c0e;hb=f75a7f568e6d0944327970b3f3f2dafd9bba76b1;hpb=9095d37b8fe5bfc3d02adad6ba7fd7359ebc0107 diff --git a/NetworkPkg/IpSecDxe/IkeService.c b/NetworkPkg/IpSecDxe/IkeService.c index 4c0f6f5eb1..3dc7f31570 100644 --- a/NetworkPkg/IpSecDxe/IkeService.c +++ b/NetworkPkg/IpSecDxe/IkeService.c @@ -1,7 +1,7 @@ /** @file Provide IPsec Key Exchange (IKE) service general interfaces. - Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2018, 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 @@ -273,7 +273,7 @@ IkeOpenOutputUdp ( &BufSize, IfInfo ); - + if (EFI_ERROR (Status)) { goto ON_EXIT; }