]> git.saurik.com Git - apt.git/commitdiff
fix another typo
authorMichael Vogt <egon@tas>
Wed, 12 Nov 2008 20:17:34 +0000 (21:17 +0100)
committerMichael Vogt <egon@tas>
Wed, 12 Nov 2008 20:17:34 +0000 (21:17 +0100)
apt-pkg/deb/dpkgpm.cc

index 5349a7ef2ab1eb5f10579cb3a319904f3c161296..686cbc6ee4cdf8efdfbf56c41d0bc1ba367f13fe 100644 (file)
@@ -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");
         }