1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 04:56:01 +01:00

Fix copy-paste error

This commit is contained in:
Shea Levy 2015-11-16 05:54:34 -05:00
parent 58d2fac91d
commit 9b4cd20752

View file

@ -629,7 +629,7 @@ void AutoDelete::cancel()
}
void AutoDelete::reset(const Path & p, bool recursive = true) {
this-> p = p;
path = p;
this->recursive = recursive;
del = true;
}