diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 13:20:18 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 13:20:18 +0000 |
commit | 181db42419e77be9fde9004bae5bb64ae6f7cc4e (patch) | |
tree | 7ef9fa671d7c5ce92b6bc17d8851f530a74cb529 /exec | |
parent | 388c148f25434f4e174131cf4f91bc9410a32c0f (diff) |
(do_exec): Use new auth_user_authenticate interface.
Diffstat (limited to 'exec')
-rw-r--r-- | exec/exec.c | 2 |
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; |