diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-03 21:12:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-03 21:12:54 +0000 |
commit | 01df0e54a77af5f94230e1677b0c4e137220535a (patch) | |
tree | e51847ec2505c29f2dc36372ca78bc26b1fcbe91 /auth | |
parent | 205d5c1a62c24e20387b457286e7515b32b700b1 (diff) |
Missed one.
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/auth.c b/auth/auth.c index 0d2c7595..90f4e5e7 100644 --- a/auth/auth.c +++ b/auth/auth.c @@ -345,7 +345,6 @@ S_auth_user_authenticate (struct authhandle *userauth, /* The server RPC has set the port and signalled U.wakeup. */ *newport = u.passthrough; *newporttype = u.passthrough_type; - mach_port_deallocate (mach_task_self (), ignored); mach_port_deallocate (mach_task_self (), rendezvous); } return err; |