Guest User

Untitled

a guest
Feb 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. diff --git a/trunk/perl-modules/core/trunk/OpenXPKI/Crypto/Tool/SCEP/Command/get_transaction_id.pm b/trunk/perl-modules/core/trunk/OpenXPKI/Crypto/Tool/SCEP/Command/get_transaction_id.pm
  2. index 578c163..fa296f3 100644
  3. --- a/trunk/perl-modules/core/trunk/OpenXPKI/Crypto/Tool/SCEP/Command/get_transaction_id.pm
  4. +++ b/trunk/perl-modules/core/trunk/OpenXPKI/Crypto/Tool/SCEP/Command/get_transaction_id.pm
  5. @@ -68,7 +68,7 @@ sub get_result
  6. my $trans_id = $fu_of{$ident}->read_file($outfile_of{$ident});
  7. chomp $trans_id;
  8. ##! 16: "trans ID: $trans_id"
  9. - $trans_id =~ m{ \A TRANSACTION\ ID=([A-F0-9]+) \z }xms;
  10. + $trans_id =~ m{ \A TRANSACTION\ ID=([a-fA-F0-9]+) \z }xms;
  11.  
  12. return $1;
  13. }
Add Comment
Please, Sign In to add comment