Browse Source

Do not move the socket file on migration

travis-debug
nicolas.dorier 5 years ago
committed by Christian Decker
parent
commit
06c5663f75
  1. 1
      lightningd/options.c

1
lightningd/options.c

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

Loading…
Cancel
Save