ccan: update to get improved grab_file API, and adapt code.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2025-10-24 13:57:51 +10:30
parent b676171f86
commit 42f9361375
39 changed files with 180 additions and 114 deletions

View File

@@ -1066,7 +1066,7 @@ static void wait_and_check_bitcoind(struct plugin *p)
plugin_err(p, "%s exec failed: %s", cmd[0], strerror(errno));
}
output = grab_fd(cmd, from);
output = grab_fd_str(cmd, from);
waitpid(child, &status, 0);