summaryrefslogtreecommitdiff
path: root/Echolot/Conf.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-13 20:45:39 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-13 20:45:39 +0000
commit3eda5ac9a652b44b8c1ad0e9a4fdf51e74ba32c5 (patch)
tree3d4231f29780873a67b106971af950b3adcde366 /Echolot/Conf.pm
parentfa67d465a07fc4b7ffff005ba732ecee193ee8cd (diff)
Do not skip key if GnuPG returns something in stderr
Diffstat (limited to 'Echolot/Conf.pm')
-rw-r--r--Echolot/Conf.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/Echolot/Conf.pm b/Echolot/Conf.pm
index 7686614..44181d6 100644
--- a/Echolot/Conf.pm
+++ b/Echolot/Conf.pm
@@ -1,7 +1,7 @@
package Echolot::Conf;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Conf.pm,v 1.16 2002/07/13 20:35:50 weasel Exp $
+# $Id: Conf.pm,v 1.17 2002/07/13 20:45:39 weasel Exp $
#
=pod
@@ -322,8 +322,7 @@ sub parse_cpunk_key($$$) {
waitpid $pid, 0;
($stderr eq '') or
- cluck("GnuPG returned something in stderr: '$stderr' when checking key '$key'; skipping\n"),
- next;
+ cluck("GnuPG returned something in stderr: '$stderr' when checking key '$key'; So what?\n");
($status eq '') or
cluck("GnuPG returned something in status '$status' when checking key '$key': So what?\n");