mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Return code is really a NTSTATUS, not an unsigned int
svn path=/trunk/; revision=23513
This commit is contained in:
@@ -122,7 +122,7 @@ LsarStartRpcServer(VOID)
|
||||
}
|
||||
|
||||
/* Function 0 */
|
||||
unsigned int
|
||||
NTSTATUS
|
||||
LsarClose(IN handle_t BindingHandle,
|
||||
IN unsigned long ObjectHandle)
|
||||
{
|
||||
@@ -145,7 +145,7 @@ LsarClose(IN handle_t BindingHandle,
|
||||
}
|
||||
|
||||
/* Function 1 */
|
||||
unsigned int
|
||||
NTSTATUS
|
||||
LsarDelete(IN handle_t BindingHandle,
|
||||
IN unsigned long ObjectHandle)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user