Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lightningd/lightningd.c
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ static const char *find_my_directory(const tal_t *ctx, const char *argv0)
/* Determine the correct daemon dir. */
static void find_subdaemons_and_plugins(struct lightningd *ld, const char *argv0)
{
const char *my_path = find_my_directory(NULL, argv0);
const char *my_path = find_my_directory(tmpctx, argv0);
const char *prefix;

/* If we're running in-tree, all the subdaemons are with lightningd. */
Expand Down