summaryrefslogtreecommitdiff
path: root/release/sysinstall/dist.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/dist.c')
-rw-r--r--release/sysinstall/dist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index c5a92016d658..9129cfd0c1ec 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -349,7 +349,7 @@ distExtract(char *parent, Distribution *me)
numchunks = 0;
}
if (!numchunks)
- continue;
+ return FALSE;
if (isDebug())
msgDebug("Attempting to extract distribution from %u chunks.\n", numchunks);