mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
sm: Remove statement without effect.
* sm/call-dirmngr.c (gpgsm_dirmngr_isvalid): Remove statement without effect. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
6b626824c8
commit
2d446759bd
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user