diff options
| author | David Xu <davidxu@FreeBSD.org> | 2003-01-26 11:41:35 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2003-01-26 11:41:35 +0000 |
| commit | 0dbb100b9b26b3e64ac1a63f6aa7dec6f3b000f1 (patch) | |
| tree | e3b6f27545368a6af5135acaa9f1002337a9fac9 /sys/kern/kern_exec.c | |
| parent | e70e84624327d2dc37662462a37f44947daa7b23 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_exec.c')
| -rw-r--r-- | sys/kern/kern_exec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index 33a0764fc503..b6d77d2d975a 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -210,10 +210,7 @@ kern_execve(td, fname, argv, envv, mac_p) * so unset the associated flags and lose KSE mode. */ p->p_flag &= ~P_KSES; - td->td_flags &= ~TDF_UNBOUND; td->td_mailbox = NULL; - td->td_kse->ke_mailbox = NULL; - td->td_kse->ke_flags &= ~KEF_DOUPCALL; thread_single_end(); } p->p_flag |= P_INEXEC; |
