From 011c6ea6d9a4c5a61cd1a190eb48a0e4adb13aed Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 10 Aug 2022 22:20:36 +0200 Subject: Rename proc_complete_reauthentication to proc_reauthenticate_complete For coherency with the existing RPCs --- libshouldbeinlibc/exec-reauth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libshouldbeinlibc/exec-reauth.c') 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); -- cgit v1.2.3