Don't overload dumpPath()
This commit is contained in:
parent
712b616a84
commit
bb1034316d
7 changed files with 13 additions and 11 deletions
|
|
@ -366,7 +366,7 @@ Path RemoteStore::addToStore(const string & name, const Path & _srcPath,
|
|||
try {
|
||||
conn->to.written = 0;
|
||||
conn->to.warn = true;
|
||||
nix::dumpPath(srcPath, conn->to, filter);
|
||||
dumpPath(srcPath, conn->to, filter);
|
||||
conn->to.warn = false;
|
||||
conn->processStderr();
|
||||
} catch (SysError & e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue