summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-12-22 14:38:39 +0100
committerMichael Vogt <mvo@debian.org>2013-12-22 14:38:39 +0100
commite5e51967a479552f6513d585a6eeefba05c7a12f (patch)
treeafa47d46939f5380bf3b1490f4dcb4d44073ffb3 /apt-pkg/deb/dpkgpm.cc
parent9b7c10509c534b7d413b5102231cb0ca387f1c65 (diff)
first proof-of-concept for a fix for #731738
Diffstat (limited to 'apt-pkg/deb/dpkgpm.cc')
-rw-r--r--apt-pkg/deb/dpkgpm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc
index b4bfd1400..b9f839e82 100644
--- a/apt-pkg/deb/dpkgpm.cc
+++ b/apt-pkg/deb/dpkgpm.cc
@@ -1182,7 +1182,7 @@ bool pkgDPkgPM::GoNoABIBreak(APT::Progress::PackageManager *progress)
StartPtyMagic();
// Tell the progress that its starting and fork dpkg
- d->progress->Start();
+ d->progress->Start(d->master);
// this loop is runs once per dpkg operation
vector<Item>::const_iterator I = List.begin();