Don't forget the 'stripe' and 'mirror' keywords when we turn debugging

off.

Reported-by:	ppyy <ppyy@bentium.com>
This commit is contained in:
Greg Lehey 1999-12-30 07:13:22 +00:00
parent 4d129adce5
commit 6bfed0f9c0

View File

@ -113,9 +113,9 @@ enum keyword {
kw_detached,
#ifdef VINUMDEBUG
kw_debug, /* go into debugger */
#endif
kw_stripe,
kw_mirror,
#endif
kw_info,
kw_quit,
kw_max,