diff options
Diffstat (limited to 'libshouldbeinlibc/exec-reauth.c')
-rw-r--r-- | libshouldbeinlibc/exec-reauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/exec-reauth.c b/libshouldbeinlibc/exec-reauth.c index 71e41b8b..b830f220 100644 --- a/libshouldbeinlibc/exec-reauth.c +++ b/libshouldbeinlibc/exec-reauth.c @@ -68,7 +68,7 @@ exec_reauth (auth_t auth, int secure, int must_reauth, if (isproc) { - err = proc_complete_reauthentication (newport); + err = proc_reauthenticate_complete (newport); if (err) { mach_port_deallocate (mach_task_self (), newport); |