[git] GnuPG - branch, master, updated. gnupg-2.2.7-308-gebf775e

[email protected] (by NIIBE Yutaka) Wed, 12 Dec 2018 02:29:10 +0100
Newsgroups gmane.comp.encryption.gpg.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  ebf775eb16fef27bd1f27319a5483d04dcf95a9a (commit)
      from  cbcc8c19541fe8407f3b6588fce1535c64cf6b25 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ebf775eb16fef27bd1f27319a5483d04dcf95a9a
Author: NIIBE Yutaka <[email protected]>
Date:   Wed Dec 12 10:25:34 2018 +0900

    card: Suppress error message by agent_scd_cardlist.
    
    * g10/call-agent.c (agent_scd_cardlist): Add
    FLAG_FOR_CARD_SUPPRESS_ERRORS.
    
    Signed-off-by: NIIBE Yutaka <[email protected]>

diff --git a/g10/call-agent.c b/g10/call-agent.c
index 11011ae..c958b84 100644
--- a/g10/call-agent.c
+++ b/g10/call-agent.c
@@ -1218,7 +1218,7 @@ agent_scd_cardlist (strlist_t *result)
 
   memset (&parm, 0, sizeof parm);
   *result = NULL;
-  err = start_agent (NULL, 1);
+  err = start_agent (NULL, 1 | FLAG_FOR_CARD_SUPPRESS_ERRORS);
   if (err)
     return err;
 

-----------------------------------------------------------------------

Summary of changes:
 g10/call-agent.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org