[Rt-commit] r14256 - in rt/branches/3.999-DANGEROUS: lib/RT/Crypt

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Jul 18 02:53:13 EDT 2008


Author: sunnavy
Date: Fri Jul 18 02:53:12 2008
New Revision: 14256

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/lib/RT/Crypt/GnuPG.pm

Log:
 r14657 at sunnavys-mb:  sunnavy | 2008-07-18 14:51:49 +0800
 gpg io handle fixes


Modified: rt/branches/3.999-DANGEROUS/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Crypt/GnuPG.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Crypt/GnuPG.pm	Fri Jul 18 02:53:12 2008
@@ -1169,11 +1169,10 @@
     binmode $tmp_fh, ':raw';
 
     my ( $handles, $handle_list ) = _make_gpg_handles(
-        stdin  => $args{'block_handle'},
         stdout => $tmp_fh
     );
     my %handle = %$handle_list;
-    $handles->options('stdin')->{'direct'}  = 1;
+    $handles->options('stdout')->{'direct'}  = 1;
 
     my %res;
     eval {


More information about the Rt-commit mailing list