diff options
Diffstat (limited to 'auth/auth.c')
-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; |