mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Add a missing return in case of exception. Spotted by Stefan Ginsberg.
svn path=/trunk/; revision=34060
This commit is contained in:
parent
3a0ed2c825
commit
bd7a8aac20
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue