X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=NetworkPkg%2FDhcp6Dxe%2FDhcp6Io.c;h=b4e00079260a2924951b68717290805e3ac22f7b;hb=fbce471eb1d72a5d2a3c1214b7bcc73c577d5b71;hp=063605e60947bb6a8c7291e27d8c49445cbbda79;hpb=4701d96534f2228b6f4aa925606566d2c2bb55be;p=mirror_edk2.git diff --git a/NetworkPkg/Dhcp6Dxe/Dhcp6Io.c b/NetworkPkg/Dhcp6Dxe/Dhcp6Io.c index 063605e609..b4e0007926 100644 --- a/NetworkPkg/Dhcp6Dxe/Dhcp6Io.c +++ b/NetworkPkg/Dhcp6Dxe/Dhcp6Io.c @@ -2900,7 +2900,10 @@ ON_CONTINUE: 0 ); if (EFI_ERROR (Status)) { - Dhcp6CleanupRetry (Instance, DHCP6_PACKET_ALL); + NET_LIST_FOR_EACH_SAFE (Entry1, Next1, &Service->Child) { + Instance = NET_LIST_USER_STRUCT (Entry1, DHCP6_INSTANCE, Link); + Dhcp6CleanupRetry (Instance, DHCP6_PACKET_ALL); + } } }