mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 19:16:02 +08:00
- Add a missing return in case of exception. Spotted by Stefan Ginsberg.
svn path=/trunk/; revision=34060
This commit is contained in:
@@ -135,6 +135,7 @@ NtOpenKey(OUT PHANDLE KeyHandle,
|
||||
Status = _SEH_GetExceptionCode();
|
||||
}
|
||||
_SEH_END;
|
||||
if(!NT_SUCCESS(Status)) return Status;
|
||||
}
|
||||
|
||||
/* Just let the object manager handle this */
|
||||
|
||||
Reference in New Issue
Block a user