diff options
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/deb/dpkgpm.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc index e78f2dc1c..46a2aaa6a 100644 --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@ -689,6 +689,9 @@ bool pkgDPkgPM::Go(int OutStatusFd) DoStdin(master); // FIXME: move this into its own function too + // FIXME2: do not use non-blocking read here, + // read/process as much data as possible + // Yin one run //DoDpkgStatusFd(); if(FD_ISSET(_dpkgin, &rfds)) while(true) |