diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-12-19 04:06:46 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-12-19 04:06:46 +0000 |
| commit | f927f0e6538436806d5a8b7e32a9a96105aa8961 (patch) | |
| tree | 274280537fdf686ffb9e1885024f81c66fe100d3 | |
| parent | d25f3712b72ece12872ea505887f81489fbe9c66 (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/options.c | 3 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/options.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c index 6113e12252ac..4177abea7671 100644 --- a/release/sysinstall/options.c +++ b/release/sysinstall/options.c @@ -187,8 +187,7 @@ fire(Option opt) int (*cp)(char *) = opt.data, rcode; rcode = cp(NULL); - if (rcode & (DITEM_RECREATE | DITEM_RESTORE)) - status = 1; + status = 1; } else if (opt.type == OPT_IS_VAR) { if (opt.data) { diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c index 6113e12252ac..4177abea7671 100644 --- a/usr.sbin/sysinstall/options.c +++ b/usr.sbin/sysinstall/options.c @@ -187,8 +187,7 @@ fire(Option opt) int (*cp)(char *) = opt.data, rcode; rcode = cp(NULL); - if (rcode & (DITEM_RECREATE | DITEM_RESTORE)) - status = 1; + status = 1; } else if (opt.type == OPT_IS_VAR) { if (opt.data) { |
