X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FIp6Dxe%2FIp6Input.c;h=cf88884e381b20f088b1b791d9540051143ba1f2;hp=3f0dce734393f929aabcb564c3c3e87127c98b27;hb=cc0b145e0f828a26715d4b483abee9b0a56ad6f7;hpb=734b6c33ba6ec210eef3642e07479a5b9d445ef1 diff --git a/NetworkPkg/Ip6Dxe/Ip6Input.c b/NetworkPkg/Ip6Dxe/Ip6Input.c index 3f0dce7343..cf88884e38 100644 --- a/NetworkPkg/Ip6Dxe/Ip6Input.c +++ b/NetworkPkg/Ip6Dxe/Ip6Input.c @@ -1,7 +1,7 @@ /** @file IP6 internal functions to process the incoming packets. - Copyright (c) 2009 - 2011, 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 @@ -243,7 +243,7 @@ Ip6Reassemble ( // check whether THIS.Start < PREV.End for overlap. If two fragments // overlaps, trim the overlapped part off THIS fragment. // - if ((Cur != ListHead) && ((Prev = Cur->BackLink) != ListHead)) { + if ((Prev = Cur->BackLink) != ListHead) { Fragment = NET_LIST_USER_STRUCT (Prev, NET_BUF, List); Node = IP6_GET_CLIP_INFO (Fragment);