]> git.saurik.com Git - apt.git/commitdiff
apt-pkg/deb/dpkgpm.cc: fix typo (thanks to jackyf)
authorMichael Vogt <egon@tas>
Wed, 12 Nov 2008 19:36:41 +0000 (20:36 +0100)
committerMichael Vogt <egon@tas>
Wed, 12 Nov 2008 19:36:41 +0000 (20:36 +0100)
apt-pkg/deb/dpkgpm.cc

index 5359f81ef40c26d5939dbb550b35dadbd5ed0c50..9ad367e67840b3302d3d8f5ce782f8a0c8f6694f 100644 (file)
@@ -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) 
       {