Explorar o código

apt-pkg/deb/dpkgpm.cc: fix typo (thanks to jackyf)

Michael Vogt %!s(int64=17) %!d(string=hai) anos
pai
achega
4e648e0bc7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apt-pkg/deb/dpkgpm.cc

+ 1 - 1
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) 
       {