Page MenuHomeFreeBSD

D42236.id54425.diff
No OneTemporary

D42236.id54425.diff

diff --git a/usr.sbin/bsdinstall/partedit/partedit.c b/usr.sbin/bsdinstall/partedit/partedit.c
--- a/usr.sbin/bsdinstall/partedit/partedit.c
+++ b/usr.sbin/bsdinstall/partedit/partedit.c
@@ -215,7 +215,7 @@
if (prompt == NULL) {
error = geom_gettree(&mesh);
- if (error != 0) {
+ if (error == 0) {
if (validate_setup()) {
error = apply_changes(&mesh);
} else {

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 1, 12:32 AM (6 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28229294
Default Alt Text
D42236.id54425.diff (385 B)

Event Timeline