removed obsolete goto statement
authorThomas Bluemel <thomas@reactsoft.com>
Sat, 24 Sep 2005 20:37:53 +0000 (20:37 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sat, 24 Sep 2005 20:37:53 +0000 (20:37 +0000)
svn path=/trunk/; revision=18036

reactos/lib/advapi32/reg/reg.c

index 8b8f27f..09c5207 100644 (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;