projects
/
monkeysphere-validation-agent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9382eaa
)
add missing brace
author
David Bremner
<bremner@unb.ca>
Thu, 10 Mar 2011 12:07:18 +0000
(08:07 -0400)
committer
David Bremner
<bremner@unb.ca>
Thu, 10 Mar 2011 12:07:18 +0000
(08:07 -0400)
Crypt/Monkeysphere/MSVA.pm
patch
|
blob
|
history
diff --git
a/Crypt/Monkeysphere/MSVA.pm
b/Crypt/Monkeysphere/MSVA.pm
index e134758fec51faf4e070c4894d5a68cceb5997a3..f3fe0d797ea5654e29f976fe8986fa981214110b 100755
(executable)
--- 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,