diff options
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r-- | usr.sbin/sysinstall/dist.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index f54a2de..85b64ac 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/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 */ |