Incremental: return success in 'container not enough' case

Commit 97b4d0e9 "Incremental: honor an 'enough' flag from external
handlers" introduced a regression in that it changed the error return
code for successful invocations.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Reported-by: Ignacy Kasperowicz <ignacy.kasperowicz@intel.com>
This commit is contained in:
Dan Williams 2010-08-10 08:44:45 -07:00
parent 5d40884d6b
commit fd4c9ba491
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ int Incremental(char *devname, int verbose, int runstop,
else {
if (verbose)
fprintf(stderr, Name ": not enough devices to start the container\n");
return 1;
return 0;
}
/* This is a pre-built container array, so we do something