summaryrefslogtreecommitdiff
path: root/exec/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec/exec.c')
-rw-r--r--exec/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/exec.c b/exec/exec.c
index b9e9621d..6297bf02 100644
--- a/exec/exec.c
+++ b/exec/exec.c
@@ -1182,7 +1182,7 @@ do_exec (file_t file,
if (! e.error)
e.error = auth_user_authenticate
(boot->portarray[INIT_PORT_AUTH],
- new, ref, MACH_MSG_TYPE_MAKE_SEND, &authed);
+ ref, MACH_MSG_TYPE_MAKE_SEND, &authed);
mach_port_destroy (mach_task_self (), ref);
if (e.error)
return;