mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00: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