mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:45:40 +00:00
[KERNEL32]
- Use JOB_OBJECT_ALL_ACCESS for job objects instead of JOB_ALL_ACCESS (which is for print jobs). Dedicated to Samuel svn path=/trunk/; revision=70176
This commit is contained in:
parent
d876ecae70
commit
3638c8781a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ CreateJobObjectW(IN LPSECURITY_ATTRIBUTES lpJobAttributes,
|
||||||
IN LPCWSTR lpName)
|
IN LPCWSTR lpName)
|
||||||
{
|
{
|
||||||
/* Create the NT object */
|
/* Create the NT object */
|
||||||
CreateNtObjectFromWin32Api(JobObject, JobObject, JOB, lpJobAttributes, lpName);
|
CreateNtObjectFromWin32Api(JobObject, JobObject, JOB_OBJECT, lpJobAttributes, lpName);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue