From 3eda5ac9a652b44b8c1ad0e9a4fdf51e74ba32c5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 13 Jul 2002 20:45:39 +0000 Subject: Do not skip key if GnuPG returns something in stderr --- Echolot/Conf.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Echolot') 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 -# $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"); -- cgit v1.2.3