aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-10-06 12:30:56 +0000
committerJustus Winter <[email protected]>2016-10-06 12:30:56 +0000
commit2d446759bd43ae38fbce9a18c955285ca535bc08 (patch)
treed7cde0a80898cb05920f4932664fb6994c7f6d69
parentg10: Fix testing for debug flag. (diff)
downloadgnupg-2d446759bd43ae38fbce9a18c955285ca535bc08.tar.gz
gnupg-2d446759bd43ae38fbce9a18c955285ca535bc08.zip
sm: Remove statement without effect.
* sm/call-dirmngr.c (gpgsm_dirmngr_isvalid): Remove statement without effect. Signed-off-by: Justus Winter <[email protected]>
-rw-r--r--sm/call-dirmngr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sm/call-dirmngr.c b/sm/call-dirmngr.c
index 91f0c2f3c..f561bb08c 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)
{