Sfoglia il codice sorgente

merge from debian-sid

Michael Vogt 17 anni fa
parent
commit
d9ec0faca4
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

@@ -932,7 +932,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) 
       {