From 901bd7c1c30aacaa80e39706fa9a65fd8adf13e3 Mon Sep 17 00:00:00 2001 From: Richard Bondi Date: Tue, 26 Mar 2019 22:20:31 -0500 Subject: [PATCH] allow plugin opts in config --- lightningd/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/options.c b/lightningd/options.c index 895cee155..146711b1a 100644 --- a/lightningd/options.c +++ b/lightningd/options.c @@ -712,7 +712,7 @@ static void opt_parse_from_config(struct lightningd *ld, bool early) if (all_args[i] != NULL) { config_parse_line_number = i + 1; argv[1] = all_args[i]; - opt_early_parse(argc, argv, + opt_early_parse_incomplete(argc, argv, config_log_stderr_exit); } }