From: Michael Vogt Date: Wed, 12 Nov 2008 20:17:34 +0000 (+0100) Subject: fix another typo X-Git-Tag: 0.7.22~6^2~37 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/e306ec4728557675680115af4470d16159f22ab1 fix another typo --- diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc index 5349a7ef2..686cbc6ee 100644 --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@ -892,7 +892,7 @@ bool pkgDPkgPM::Go(int OutStatusFd) // Restore sig int/quit signal(SIGQUIT,old_SIGQUIT); signal(SIGINT,old_SIGINT); - signal(SIGINT,old_SIGHUP); + signal(SIGHUP,old_SIGHUP); return _error->Errno("waitpid","Couldn't wait for subprocess"); }