1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55263

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,