[git] GnuPG - branch, master, updated. gnupg-2.1.20-79-g9296aed

by NIIBE Yutaka cvs at cvs.gnupg.org
Mon Apr 17 13:04:26 CEST 2017


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  9296aed4bd2ad09d23339e658264e557c5312585 (commit)
      from  45c52cca1401b930878a8f901b63cfbb22e9e327 (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 9296aed4bd2ad09d23339e658264e557c5312585
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Mon Apr 17 20:03:36 2017 +0900

    agent: More minor change.
    
    * agent/command.c (cmd_pksign): Remove redundant assignment.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/agent/command.c b/agent/command.c
index bd184ac..df788ef 100644
--- a/agent/command.c
+++ b/agent/command.c
@@ -791,7 +791,6 @@ cmd_pksign (assuan_context_t ctx, char *line)
 
   line = skip_options (line);
 
-  p = line;
   for (p=line; *p && *p != ' ' && *p != '\t'; p++)
     ;
   *p = '\0';

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

Summary of changes:
 agent/command.c | 1 -
 1 file changed, 1 deletion(-)


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




More information about the Gnupg-commits mailing list