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 --- exec/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exec/exec.c') 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); -- cgit v1.2.3