diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-08-10 22:20:36 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-08-10 22:20:36 +0200 |
commit | 011c6ea6d9a4c5a61cd1a190eb48a0e4adb13aed (patch) | |
tree | 719e12106776af84a5c2cccce90cf86158637c07 /libfshelp | |
parent | e6c258d00582258ffd0448ad5d6a6ef0d3926cf6 (diff) | |
download | hurd-011c6ea6d9a4c5a61cd1a190eb48a0e4adb13aed.tar.gz hurd-011c6ea6d9a4c5a61cd1a190eb48a0e4adb13aed.tar.bz2 hurd-011c6ea6d9a4c5a61cd1a190eb48a0e4adb13aed.zip |
Rename proc_complete_reauthentication to proc_reauthenticate_complete
For coherency with the existing RPCs
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/start-translator-long.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |