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 --- libfshelp/start-translator-long.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libfshelp/start-translator-long.c') diff --git a/libfshelp/start-translator-long.c b/libfshelp/start-translator-long.c index e870767f..4bce337f 100644 --- a/libfshelp/start-translator-long.c +++ b/libfshelp/start-translator-long.c @@ -304,7 +304,7 @@ fshelp_start_translator_long (fshelp_open_fn_t underlying_open_fn, if (err) goto lose_task; - err = proc_complete_reauthentication (newport); + err = proc_reauthenticate_complete (newport); if (err) { mach_port_deallocate (mach_task_self (), newport); -- cgit v1.2.3