[Pkg-gnupg-commit] [gnupg2] 79/132: agent: More minor change.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 17 03:07:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

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>
---
 agent/command.c | 1 -
 1 file changed, 1 deletion(-)

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';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list