From 0db20c93041e09c5969d5047e42cf46d426e178c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 20 Jun 2005 12:17:11 +0000 Subject: [PATCH] use-agent must be use only when if the user want that --- src/common/GnuPG.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/GnuPG.py b/src/common/GnuPG.py index e508b3de6..e14a9eea5 100644 --- a/src/common/GnuPG.py +++ b/src/common/GnuPG.py @@ -38,8 +38,6 @@ else: self.options.extra_args.append('--no-secmem-warning') # Nolith's patch - prevent crashs on non fully-trusted keys self.options.extra_args.append('--always-trust') - # Try to use agent if it is available - self.options.extra_args.append('--use-agent') def _read_response(self, child_stdout): # Internal method: reads all the output from GPG, taking notice