summaryrefslogtreecommitdiffstats
path: root/sbin/vinum
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2003-05-05 08:33:36 +0000
committergrog <grog@FreeBSD.org>2003-05-05 08:33:36 +0000
commitd4c2dfcea2076fc90a06d02dfbc318796452820e (patch)
tree69fdb5bfdf68c36308c4273b9910074e07e7f642 /sbin/vinum
parent091a67c5272654e22af7fc6071fbe0633afa797e (diff)
downloadFreeBSD-src-d4c2dfcea2076fc90a06d02dfbc318796452820e.zip
FreeBSD-src-d4c2dfcea2076fc90a06d02dfbc318796452820e.tar.gz
vinum_start: Call vinum_read with correct number of parameters.
Diffstat (limited to 'sbin/vinum')
-rw-r--r--sbin/vinum/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c
index e99ee4b..61ddfb8 100644
--- a/sbin/vinum/commands.c
+++ b/sbin/vinum/commands.c
@@ -493,7 +493,7 @@ vinum_start(int argc, char *argv[], char *arg0[])
if (argc == 0) /* start everything */
/* XXX how should we do this right? */
- vinum_read(1, NULL, NULL); /* that's what vinum_read does now */
+ vinum_read(0, NULL, NULL); /* that's what vinum_read does now */
else { /* start specified objects */
int index;
enum objecttype type;
OpenPOWER on IntegriCloud