diff options
Diffstat (limited to 'exec/hashexec.c')
-rw-r--r-- | exec/hashexec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exec/hashexec.c b/exec/hashexec.c index a6695b4d..b6bc4f32 100644 --- a/exec/hashexec.c +++ b/exec/hashexec.c @@ -74,6 +74,9 @@ check_hashbang (struct execdata *e, { error_t err; mach_port_t ref; + + /* MAKE_SEND is safe here because we destroy REF ourselves. */ + error_t uauth (auth_t auth) { return auth_user_authenticate (auth, |