projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1effd8f
)
removed obsolete goto statement
author
Thomas Bluemel
<thomas@reactsoft.com>
Sat, 24 Sep 2005 20:37:53 +0000
(20:37 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/reactos/lib/advapi32/reg/reg.c
b/reactos/lib/advapi32/reg/reg.c
index
8b8f27f
..
09c5207
100644
(file)
--- a/
reactos/lib/advapi32/reg/reg.c
+++ b/
reactos/lib/advapi32/reg/reg.c
@@
-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;