From: Michael Vogt Date: Wed, 12 Nov 2008 19:36:41 +0000 (+0100) Subject: apt-pkg/deb/dpkgpm.cc: fix typo (thanks to jackyf) X-Git-Tag: 0.7.21~57 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/4e648e0bc72d2513965dc17ee7980754036305bb apt-pkg/deb/dpkgpm.cc: fix typo (thanks to jackyf) --- diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc index 5359f81ef..9ad367e67 100644 --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@ -924,7 +924,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); if(master >= 0) {