[Pkg-privacy-commits] [msva-perl] 295/356: add missing brace

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

    add missing brace
---
 Crypt/Monkeysphere/MSVA.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm
index e134758..f3fe0d7 100755
--- a/Crypt/Monkeysphere/MSVA.pm
+++ b/Crypt/Monkeysphere/MSVA.pm
@@ -677,7 +677,7 @@
     if (scalar(@{$uid_query->{valid_keys}}) > 0) {
       $ret->{valid} = JSON::true;
       $ret->{message} = sprintf('Successfully validated "%s" through the OpenPGP Web of Trust.', $uid);
-    } else
+    } else {
       my @subvalid_key_fprs= map { $_->{fingerprint} }   @{$uid_query->{subvalid_keys}};
 
       my $resp = Crypt::Monkeysphere::MSVA::MarginalUI->ask_the_user($gnupg,

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