Sfoglia il codice sorgente

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

Michael Vogt 17 anni fa
parent
commit
4e648e0bc7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
       // Restore sig int/quit
       signal(SIGQUIT,old_SIGQUIT);
       signal(SIGQUIT,old_SIGQUIT);
       signal(SIGINT,old_SIGINT);
       signal(SIGINT,old_SIGINT);
-      signal(SIGINT,old_SIGHUP);
+      signal(SIGHUP,old_SIGHUP);
 
 
       if(master >= 0) 
       if(master >= 0) 
       {
       {