summaryrefslogtreecommitdiffstats
path: root/discover/kboot-parser.c
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 15:37:25 -0700
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 15:54:54 -0700
commit4b77f0c4b55ff443ea06854cd12098ffce233c8a (patch)
treefce7cf5adb40f0179cd11e39cdfcf955efde2c6a /discover/kboot-parser.c
parentc763f15030565eef2e8b28fdf471ef3e7dd9b933 (diff)
downloadtalos-petitboot-4b77f0c4b55ff443ea06854cd12098ffce233c8a.tar.gz
talos-petitboot-4b77f0c4b55ff443ea06854cd12098ffce233c8a.zip
Iterate over all conf file parsers
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Diffstat (limited to 'discover/kboot-parser.c')
-rw-r--r--discover/kboot-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/kboot-parser.c b/discover/kboot-parser.c
index 23d48a4..7c7cb5d 100644
--- a/discover/kboot-parser.c
+++ b/discover/kboot-parser.c
@@ -133,7 +133,7 @@ static int kboot_parse(struct discover_context *dc)
conf = talloc_zero(dc, struct conf_context);
if (!conf)
- return -1;
+ return 0;
conf->dc = dc;
conf->global_options = kboot_global_options,
OpenPOWER on IntegriCloud