aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-10 22:20:36 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-10 22:20:36 +0200
commit011c6ea6d9a4c5a61cd1a190eb48a0e4adb13aed (patch)
tree719e12106776af84a5c2cccce90cf86158637c07 /libshouldbeinlibc
parente6c258d00582258ffd0448ad5d6a6ef0d3926cf6 (diff)
downloadhurd-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 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/exec-reauth.c2
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);