[git] GnuPG - branch, master, updated. gnupg-2.1.0beta3-436-g09a2d4e

by Werner Koch cvs at cvs.gnupg.org
Wed Jun 4 08:48:34 CEST 2014


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  09a2d4ec74d352dcb4f006aab60b07bc4f5f1a37 (commit)
      from  be07ed65e169a7ec3fbecdb1abf988fc0245d9ff (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 09a2d4ec74d352dcb4f006aab60b07bc4f5f1a37
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jun 4 08:50:10 2014 +0200

    gpgsm: Fix commit be07ed65.
    
    * sm/server.c (option_handler): Use "with-secret".

diff --git a/sm/server.c b/sm/server.c
index f399c8e..978e70a 100644
--- a/sm/server.c
+++ b/sm/server.c
@@ -274,7 +274,7 @@ option_handler (assuan_context_t ctx, const char *key, const char *value)
       int i = *value? atoi (value) : 0;
       ctrl->with_validation = i;
     }
-  else if (!strcmp (key, "with-validation"))
+  else if (!strcmp (key, "with-secret"))
     {
       int i = *value? atoi (value) : 0;
       ctrl->with_secret = i;

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

Summary of changes:
 sm/server.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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




More information about the Gnupg-commits mailing list