Page MenuHomeFreeBSD

D42236.1789644226.diff
No OneTemporary

Size
385 B
Referenced Files
None
Subscribers
None

D42236.1789644226.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
Thu, Sep 17, 11:23 AM (12 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29727637
Default Alt Text
D42236.1789644226.diff (385 B)

Event Timeline