From 4b77f0c4b55ff443ea06854cd12098ffce233c8a Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 9 Jul 2009 15:37:25 -0700 Subject: Iterate over all conf file parsers Signed-off-by: Geoff Levand --- discover/kboot-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discover/kboot-parser.c') 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, -- cgit v1.2.1