diff options
author | Justus Winter <[email protected]> | 2016-10-06 12:30:56 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-10-06 12:30:56 +0000 |
commit | 2d446759bd43ae38fbce9a18c955285ca535bc08 (patch) | |
tree | d7cde0a80898cb05920f4932664fb6994c7f6d69 /sm/call-dirmngr.c | |
parent | g10: Fix testing for debug flag. (diff) | |
download | gnupg-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]>
Diffstat (limited to 'sm/call-dirmngr.c')
-rw-r--r-- | sm/call-dirmngr.c | 1 |
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) { |