Skip to content

Commit

Permalink
Do not move the socket file on migration
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier authored and cdecker committed Jan 28, 2020
1 parent 484370a commit 06c5663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lightningd/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,7 @@ static void promote_missing_files(struct lightningd *ld)
if (streq(d->d_name, ".")
|| streq(d->d_name, "..")
|| streq(d->d_name, "config")
|| streq(d->d_name, "lightning-rpc")
|| strends(d->d_name, ".pid"))
continue;

Expand Down

0 comments on commit 06c5663

Please sign in to comment.