瀏覽代碼

merge from debian-sid

Michael Vogt 17 年之前
父節點
當前提交
d9ec0faca4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
       // 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) 
       {
       {