[Pkg-privacy-commits] [msva-perl] 325/356: remove subvalid parameter to _tryquery()

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:09 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 98770a040c3d2db2d428b6240da0b577e0802fe2
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Apr 20 15:56:24 2011 -0400

    remove subvalid parameter to _tryquery()
---
 Crypt/Monkeysphere/Validator.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Crypt/Monkeysphere/Validator.pm b/Crypt/Monkeysphere/Validator.pm
index 732001b..66fc638 100644
--- a/Crypt/Monkeysphere/Validator.pm
+++ b/Crypt/Monkeysphere/Validator.pm
@@ -132,7 +132,7 @@ sub lookup {
   my %opts=@_;
 
   if ($self->{kspolicy} eq 'unlessvalid') {
-    my $ret = $self->_tryquery(uid => $opts{uid}, fpr => $opts{fpr}, key => $opts{key}, subvalid => 0);
+    my $ret = $self->_tryquery(uid => $opts{uid}, fpr => $opts{fpr}, key => $opts{key});
     return $ret
       if exists($ret->{valid_key});
   };
@@ -144,7 +144,7 @@ sub lookup {
       $self->fetch_uid($opts{uid});
     }
   }
-  return $self->_tryquery(uid => $opts{uid}, fpr => $opts{fpr}, key => $opts{key}, subvalid => 1);
+  return $self->_tryquery(uid => $opts{uid}, fpr => $opts{fpr}, key => $opts{key});
 }
 
 sub keycomp {

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