Update src/build-remote/build-remote.cc

This commit is contained in:
Eelco Dolstra 2021-02-26 16:29:37 +01:00 committed by GitHub
parent 14f51880ba
commit 17c98e03ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -311,7 +311,7 @@ connected:
localStore->locksHeld.insert(store->printStorePath(path)); /* FIXME: ugly */
copyPaths(ref<Store>(sshStore), store, missingPaths, NoRepair, NoCheckSigs, NoSubstitute);
}
// XXX: Should e done as part of `copyPaths`
// XXX: Should be done as part of `copyPaths`
for (auto & realisation : missingRealisations) {
// Should hold, because if the feature isn't enabled the set
// of missing realisations should be empty