diff options
Diffstat (limited to 'storeio/storeio.c')
-rw-r--r-- | storeio/storeio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storeio/storeio.c b/storeio/storeio.c index a2c8083a..43612c00 100644 --- a/storeio/storeio.c +++ b/storeio/storeio.c @@ -128,7 +128,7 @@ void main (int argc, char *argv[]) /* Launch. */ ports_manage_port_operations_multithread (fsys->pi.bucket, trivfs_demuxer, - 30*1000, 5*60*1000, 0, 0); + 30*1000, 5*60*1000, 0); exit (0); } |