[Rt-commit] r7528 - rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt
clkao at bestpractical.com
clkao at bestpractical.com
Tue Apr 17 04:49:17 EDT 2007
Author: clkao
Date: Tue Apr 17 04:49:17 2007
New Revision: 7528
Modified:
rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm
Log:
Fix typo.
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm Tue Apr 17 04:49:17 2007
@@ -729,8 +729,8 @@
KeyLength => $key_length,
Algorithm => $alg,
);
- $user_hint{ $main_key_id } ||= {};
- $res{'User'} = $user_hint{ $main_key_id };
+ $user_hint{ $key } ||= {};
+ $res{'User'} = $user_hint{ $key };
push @res, \%res;
}
# GOODSIG, BADSIG, VALIDSIG, TRUST_*
More information about the Rt-commit
mailing list