aboutsummaryrefslogtreecommitdiff
path: root/sbin/vinum/commands.c
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2003-05-05 08:33:36 +0000
committerGreg Lehey <grog@FreeBSD.org>2003-05-05 08:33:36 +0000
commitb2cf87ecc1f21c876002761b06102b4afc1d318c (patch)
tree69fdb5bfdf68c36308c4273b9910074e07e7f642 /sbin/vinum/commands.c
parent8cb72d61745a7db3ac42eccd4337de746121670c (diff)
downloadsrc-b2cf87ecc1f21c876002761b06102b4afc1d318c.tar.gz
src-b2cf87ecc1f21c876002761b06102b4afc1d318c.zip
vinum_start: Call vinum_read with correct number of parameters.
Notes
Notes: svn path=/head/; revision=114714
Diffstat (limited to 'sbin/vinum/commands.c')
-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 e99ee4b84904..61ddfb8b95d1 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;