diff options
-rw-r--r-- | trans/null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/null.c b/trans/null.c index d00e5ea6..78f3369c 100644 --- a/trans/null.c +++ b/trans/null.c @@ -55,7 +55,7 @@ main (int argc, char **argv) /* Launch. */ ports_manage_port_operations_multithread (fsys->pi.bucket, trivfs_demuxer, -x 2 * 60 * 1000, 0, 0); + 2 * 60 * 1000, 0, 0); exit(0); } |