[Rt-commit] r7592 - rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt

clkao at bestpractical.com clkao at bestpractical.com
Fri Apr 20 14:07:37 EDT 2007


Author: clkao
Date: Fri Apr 20 14:07:37 2007
New Revision: 7592

Modified:
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm

Log:
userid_hint does not have res.

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	Fri Apr 20 14:07:37 2007
@@ -810,6 +810,7 @@
             } else {
                 $user_hint{ $tmp{'MainKey'} } = \%tmp;
             }
+            next;
         }
         elsif ( $keyword eq 'BAD_PASSPHRASE' || $keyword eq 'GOOD_PASSPHRASE' ) {
             my $key_id = $args;


More information about the Rt-commit mailing list