mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 15:44:21 +01:00
Do not move the socket file on migration
This commit is contained in:
committed by
Christian Decker
parent
484370a6bc
commit
06c5663f75
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user