[Pkg-privacy-commits] [msva-perl] 308/356: fix bug that added subvalid keys to the wrong list
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:08 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 11daefc4f648ceab1f84522fc925e6c70c62d8a7
Author: David Bremner <bremner at unb.ca>
Date: Sat Mar 19 16:18:23 2011 -0300
fix bug that added subvalid keys to the wrong list
---
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 6f5b116..b470349 100644
--- a/Crypt/Monkeysphere/Validator.pm
+++ b/Crypt/Monkeysphere/Validator.pm
@@ -90,7 +90,7 @@ sub query{
last unless($self->{findall});
} else {
$self->log('verbose', "...but is not fully valid (%s).\n",$validity);
- push(@{$self->{subvalid_keys}},
+ push(@{$ret->{subvalid_keys}},
{fingerprint => $subkey->fingerprint, val => $validity }) if $lastloop;
}
}
--
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