[Pkg-privacy-commits] [msva-perl] 175/356: do not die if we do not recognize the pkc type -- just hand over the data to the agent, which might know better than we do

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository msva-perl.

commit 194198771eb097dd0e008a4343fc127956b4415d
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Oct 18 00:20:04 2010 -0400

    do not die if we do not recognize the pkc type -- just hand over the data to the agent, which might know better than we do
---
 Crypt/Monkeysphere/MSVA/Client.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Crypt/Monkeysphere/MSVA/Client.pm b/Crypt/Monkeysphere/MSVA/Client.pm
index 2939ca0..820266d 100644
--- a/Crypt/Monkeysphere/MSVA/Client.pm
+++ b/Crypt/Monkeysphere/MSVA/Client.pm
@@ -104,7 +104,6 @@
       msvalog('verbose', "cert pubkey: %s\n", unpack('H*', $cert->pubkey()));
     } else {
 	msvalog('error', "unknown pkc type '%s'.\n", $pkctype);
-	die;
     };
 
     return {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git



More information about the Pkg-privacy-commits mailing list