From f4d114176f51b50a6dc0dd4ce97030434da6f0f2 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 20 Aug 1997 18:17:08 +0000 Subject: Wed Aug 20 14:01:43 1997 Thomas Bushnell, n/BSG * auth.c (main): New args for ports_manage_port_operations_multithread. --- auth/auth.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'auth/auth.c') 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); } -- cgit v1.2.3