diff options
Diffstat (limited to 'hurd/hurdlookup.c')
-rw-r--r-- | hurd/hurdlookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdlookup.c b/hurd/hurdlookup.c index 41ea32774e..a5a114aa44 100644 --- a/hurd/hurdlookup.c +++ b/hurd/hurdlookup.c @@ -100,7 +100,7 @@ __hurd_file_name_lookup_retry (error_t (*use_init_port) mach_port_t ref = __mach_reply_port (); error_t reauth (auth_t auth) { - return __auth_user_authenticate (auth, unauth, ref, + return __auth_user_authenticate (auth, ref, MACH_MSG_TYPE_MAKE_SEND, result); } |