diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-22 14:38:39 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-22 14:49:52 +0100 |
commit | 4754718a4461ebff89f5b49c385a007b4197bcff (patch) | |
tree | afa47d46939f5380bf3b1490f4dcb4d44073ffb3 /apt-pkg/deb/dpkgpm.cc | |
parent | 9b7c10509c534b7d413b5102231cb0ca387f1c65 (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.cc | 2 |
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(); |