* spawn.cc (spawn_guts): Revert removal of ciresrv.moreinfo->uid = ILLEGAL_UID.
This commit is contained in:
parent
40a95e4b23
commit
5c8bce24b3
|
@ -1,3 +1,8 @@
|
||||||
|
2002-06-12 Pierre Humblet <pierre.humblet@ieee.org>
|
||||||
|
|
||||||
|
* spawn.cc (spawn_guts): Revert removal of ciresrv.moreinfo->uid =
|
||||||
|
ILLEGAL_UID.
|
||||||
|
|
||||||
2002-06-15 Christopher Faylor <cgf@redhat.com>
|
2002-06-15 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* child_info.h (child_proc_info): Declare as base class.
|
* child_info.h (child_proc_info): Declare as base class.
|
||||||
|
|
|
@ -646,6 +646,7 @@ spawn_guts (const char * prog_arg, const char *const *argv,
|
||||||
char wstname[1024];
|
char wstname[1024];
|
||||||
char dskname[1024];
|
char dskname[1024];
|
||||||
|
|
||||||
|
ciresrv.moreinfo->uid = ILLEGAL_UID;
|
||||||
hwst = GetProcessWindowStation ();
|
hwst = GetProcessWindowStation ();
|
||||||
SetUserObjectSecurity (hwst, &dsi, get_null_sd ());
|
SetUserObjectSecurity (hwst, &dsi, get_null_sd ());
|
||||||
GetUserObjectInformation (hwst, UOI_NAME, wstname, 1024, &n);
|
GetUserObjectInformation (hwst, UOI_NAME, wstname, 1024, &n);
|
||||||
|
|
Loading…
Reference in New Issue