diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-11-12 20:40:15 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-11-12 20:40:15 +0000 |
| commit | ff02a1197f4dcf440255a0be9e29db8f021088a4 (patch) | |
| tree | d1792a87c0b03cdcec6c9812d28dc94286c1f0e9 /usr.sbin | |
| parent | a872d3c73b53b932dc0c378941ea18bad07cba58 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/sade/label.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/label.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c index 9e1f5f74beb5f..38c1e19388e89 100644 --- a/usr.sbin/sade/label.c +++ b/usr.sbin/sade/label.c @@ -385,7 +385,7 @@ get_mountpoint(struct chunk *old) else if (old) old->flags &= ~CHUNK_IS_ROOT; - newfs = FALSE; + newfs = TRUE; if (tmp) { newfs = tmp->newfs; safe_free(tmp); diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c index 9e1f5f74beb5f..38c1e19388e89 100644 --- a/usr.sbin/sysinstall/label.c +++ b/usr.sbin/sysinstall/label.c @@ -385,7 +385,7 @@ get_mountpoint(struct chunk *old) else if (old) old->flags &= ~CHUNK_IS_ROOT; - newfs = FALSE; + newfs = TRUE; if (tmp) { newfs = tmp->newfs; safe_free(tmp); |
