summaryrefslogtreecommitdiff
path: root/trans/null.c
diff options
context:
space:
mode:
Diffstat (limited to 'trans/null.c')
-rw-r--r--trans/null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/null.c b/trans/null.c
index 631e414d..f972d4a1 100644
--- a/trans/null.c
+++ b/trans/null.c
@@ -71,7 +71,7 @@ main (int argc, char **argv)
error(1, 0, "must be started as a translator");
/* Reply to our parent */
- err = trivfs_startup(bootstrap, control_class, port_bucket,
+ err = trivfs_startup(bootstrap, 0, control_class, port_bucket,
node_class, port_bucket, NULL);
if (err)
error(3, err, "Contacting parent");