mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 15:44:21 +01:00
ccan: update to get updated pipecmd.
Note that this changes the order of arguments to pipecmd to match the documentation, so we fix all the callers! Also make configure re-run when configurator changes. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -785,7 +785,7 @@ void plugins_init(struct plugins *plugins, const char *dev_plugin_debug)
|
||||
cmd[0] = p->cmd;
|
||||
if (debug)
|
||||
cmd[1] = "--debugger";
|
||||
p->pid = pipecmdarr(&stdout, &stdin, NULL, cmd);
|
||||
p->pid = pipecmdarr(&stdin, &stdout, NULL, cmd);
|
||||
|
||||
if (p->pid == -1)
|
||||
fatal("error starting plugin '%s': %s", p->cmd,
|
||||
|
||||
Reference in New Issue
Block a user