summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-04-14 10:42:20 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-04-16 15:18:47 +0300
commitd9da88dcb88cc02e09d1f6ad8a41a9bdeb19f51c (patch)
treec9699f5ac1f415abebb95e2ab792e7c446bb9ea4
parentb50ef889edef8cc565686b19d6104be657823ab4 (diff)
downloadrpm-d9da88dcb88cc02e09d1f6ad8a41a9bdeb19f51c.tar.gz
Check for termination signals during signing / signature checking loop
(cherry picked from commit fb19a98fa0ca1c152e1bd22322f5fd1350a48eb6)
-rw-r--r--lib/rpmchecksig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmchecksig.c b/lib/rpmchecksig.c
index 565f35e40..2126e08e8 100644
--- a/lib/rpmchecksig.c
+++ b/lib/rpmchecksig.c
@@ -828,6 +828,7 @@ int rpmcliSign(rpmts ts, QVA_t qva, ARGV_const_t argv)
}
if (fd != NULL) xx = Fclose(fd);
+ rpmdbCheckSignals();
}
return res;