aboutsummaryrefslogtreecommitdiff
path: root/exec
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 /exec
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 'exec')
-rw-r--r--exec/exec.c2
1 files changed, 1 insertions, 1 deletions
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);