From a3e035495c07bdcd55e5cc5e5019256a372041dc Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 10 Dec 2002 20:40:33 +0000 Subject: 2002-12-10 Marcus Brinkmann * console.c (main): Don't use err without setting it. --- console/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console/console.c') 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) -- cgit v1.2.3