summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/dist.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/dist.c')
-rw-r--r--release/sysinstall/dist.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index f54a2de..85b64ac 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -700,8 +700,10 @@ distExtract(char *parent, Distribution *me)
fclose(fp);
goto done;
}
- else
- numchunks = 0;
+ else {
+ status = FALSE;
+ goto done;
+ }
}
/* Fall through from "we got the attribute file, now get the pieces" step */
OpenPOWER on IntegriCloud