mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:21:50 +00:00
[BASESRV]
- Return the unique ID from BaseSrvGetTempFile instead of an NTSTATUS. Fixes GetTempFile when using kernel32.dll from Windows. svn path=/trunk/; revision=70038
This commit is contained in:
parent
317a71e165
commit
af005cf46b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ CSR_API(BaseSrvGetTempFile)
|
|||
|
||||
DPRINT("Returning: %u\n", GetTempFile->UniqueID);
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
return GetTempFile->UniqueID;
|
||||
}
|
||||
|
||||
CSR_API(BaseSrvCreateProcess)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue