diff options
Diffstat (limited to 'auth/auth.c')
-rw-r--r-- | auth/auth.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auth/auth.c b/auth/auth.c index d1c7ea6d..b3b58eec 100644 --- a/auth/auth.c +++ b/auth/auth.c @@ -488,6 +488,5 @@ main (int argc, char **argv) while (1) ports_manage_port_operations_multithread (auth_bucket, auth_demuxer, - 30 * 1000, 0, - 0, MACH_PORT_NULL); + 30 * 1000, 0, 0); } |