summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index 999dc7319..472b101e8 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -263,18 +263,7 @@ proc_subproc (DWORD what, DWORD val)
vchild->pgid = myself->pgid;
vchild->sid = myself->sid;
vchild->ctty = myself->ctty;
- vchild->orig_uid = myself->orig_uid;
- vchild->orig_gid = myself->orig_gid;
- vchild->real_uid = myself->real_uid;
- vchild->real_gid = myself->real_gid;
vchild->impersonated = myself->impersonated;
- if (myself->use_psid)
- {
- vchild->use_psid = 1;
- memcpy (vchild->psid, myself->psid, MAX_SID_LEN);
- }
- memcpy (vchild->logsrv, myself->logsrv, MAX_HOST_NAME);
- memcpy (vchild->domain, myself->domain, MAX_COMPUTERNAME_LENGTH+1);
vchild->token = myself->token;
vchild->process_state |= PID_INITIALIZING | (myself->process_state & PID_USETTY);