removed obsolete goto statement

svn path=/trunk/; revision=18036
This commit is contained in:
Thomas Bluemel 2005-09-24 20:37:53 +00:00
parent 1effd8ff68
commit 5f28a5ed9f

View file

@ -518,7 +518,6 @@ RegpCopyTree(IN HKEY hKeySrc,
NtClose(NewKeyHandle);
Status2 = STATUS_INSUFFICIENT_RESOURCES;
goto GoNextKey;
}
}
else
@ -527,7 +526,6 @@ RegpCopyTree(IN HKEY hKeySrc,
}
}
GoNextKey:
if (!NT_SUCCESS(Status2) && NT_SUCCESS(Status))
{
Status = Status2;