allow plugin opts in config

This commit is contained in:
Richard Bondi 2019-03-26 22:20:31 -05:00 committed by Christian Decker
parent 426b22fdcb
commit 901bd7c1c3

View File

@ -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);
}
}