[Pkg-privacy-commits] [msva-perl] 297/356: add missing keyserver policy default

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:07 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 545345a4da41574cc3af33a992cb9c3dd2d1be1a
Author: David Bremner <bremner at unb.ca>
Date:   Thu Mar 10 08:27:13 2011 -0400

    add missing keyserver policy default
---
 Crypt/Monkeysphere/Validator.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Crypt/Monkeysphere/Validator.pm b/Crypt/Monkeysphere/Validator.pm
index de324e1..6f5b116 100644
--- a/Crypt/Monkeysphere/Validator.pm
+++ b/Crypt/Monkeysphere/Validator.pm
@@ -13,7 +13,7 @@ sub new {
 
   $self->{findall} = $opts{findall} || 0;
   $self->{context}=$opts{context} || 'ssh';
-
+  $self->{kspolicy}=$opts{kspolicy} || 'unlessvalid';
   return $self;
 }
 

-- 
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