summaryrefslogtreecommitdiff
path: root/console/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'console/console.c')
-rw-r--r--console/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console/console.c b/console/console.c
index 2969f8f8..e67ba62e 100644
--- a/console/console.c
+++ b/console/console.c
@@ -1963,7 +1963,7 @@ main (int argc, char **argv)
cons->node = netfs_root_node;
cons->underlying = netfs_startup (bootstrap, O_READ);
if (cons->underlying == MACH_PORT_NULL)
- error (4, err, "Cannot get underlying node");
+ error (4, 0, "Cannot get underlying node");
err = io_stat (cons->underlying, &ul_stat);
if (err)