diff options
Diffstat (limited to 'exec/main.c')
-rw-r--r-- | exec/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/exec/main.c b/exec/main.c index 810f1055..28ef2f3e 100644 --- a/exec/main.c +++ b/exec/main.c @@ -159,8 +159,7 @@ main (int argc, char **argv) /* Launch. */ ports_manage_port_operations_multithread (port_bucket, exec_demuxer, - 2 * 60 * 1000, 0, - 0, MACH_PORT_NULL); + 2 * 60 * 1000, 0, 0); return 0; } |