Do not move the socket file on migration

This commit is contained in:
nicolas.dorier 2019-12-28 00:17:56 +09:00 committed by Christian Decker
parent 484370a6bc
commit 06c5663f75

View file

@ -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;