summaryrefslogtreecommitdiff
path: root/apt-pkg/cachefile.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2020-02-26 20:28:47 +0000
committerJulian Andres Klode <jak@debian.org>2020-02-26 20:28:47 +0000
commitb71b6802fe64723117bce6d91495a8af98ac528a (patch)
treeebb655eb7496799009b672c39799f670a596eb3e /apt-pkg/cachefile.cc
parentbe22f24669bb6731b5835dc0e1b459d821683a9c (diff)
parent93e1565796b61eb44bec39f50e09a34cbe090178 (diff)
Merge branch 'pu/wait-lock' into 'master'
Pu/wait lock See merge request apt-team/apt!109
Diffstat (limited to 'apt-pkg/cachefile.cc')
-rw-r--r--apt-pkg/cachefile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/cachefile.cc b/apt-pkg/cachefile.cc
index 9a1a6cfa9..8b86fa3e4 100644
--- a/apt-pkg/cachefile.cc
+++ b/apt-pkg/cachefile.cc
@@ -106,7 +106,7 @@ bool pkgCacheFile::BuildCaches(OpProgress *Progress, bool WithLock)
if (WithLock == true)
{
- if (_system->Lock() == false)
+ if (_system->Lock(Progress) == false)
return false;
d->WithLock = true;
}