[Pkg-gnupg-commit] [gnupg2] 91/292: sm: Remove statement without effect.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Nov 21 06:31:29 UTC 2016


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

dkg pushed a commit to branch master
in repository gnupg2.

commit 2d446759bd43ae38fbce9a18c955285ca535bc08
Author: Justus Winter <justus at g10code.com>
Date:   Thu Oct 6 14:30:56 2016 +0200

    sm: Remove statement without effect.
    
    * sm/call-dirmngr.c (gpgsm_dirmngr_isvalid): Remove statement without
    effect.
    
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 sm/call-dirmngr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sm/call-dirmngr.c b/sm/call-dirmngr.c
index 91f0c2f..f561bb0 100644
--- a/sm/call-dirmngr.c
+++ b/sm/call-dirmngr.c
@@ -559,7 +559,6 @@ gpgsm_dirmngr_isvalid (ctrl_t ctrl,
                         isvalid_status_cb, &stparm);
   if (opt.verbose > 1)
     log_info ("response of dirmngr: %s\n", rc? gpg_strerror (rc): "okay");
-  rc = rc;
 
   if (!rc && stparm.seen)
     {

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