aboutsummaryrefslogtreecommitdiff
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 27d8abdf..026acf03 100644
--- a/exec/exec.c
+++ b/exec/exec.c
@@ -1400,7 +1400,7 @@ do_exec (file_t file,
if (e.error)
goto out;
- e.error = proc_complete_reauthentication (newproc);
+ e.error = proc_reauthenticate_complete (newproc);
if (e.error)
{
mach_port_deallocate (mach_task_self (), newproc);