mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-24 16:43:28 +02: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);
|
isvalid_status_cb, &stparm);
|
||||||
if (opt.verbose > 1)
|
if (opt.verbose > 1)
|
||||||
log_info ("response of dirmngr: %s\n", rc? gpg_strerror (rc): "okay");
|
log_info ("response of dirmngr: %s\n", rc? gpg_strerror (rc): "okay");
|
||||||
rc = rc;
|
|
||||||
|
|
||||||
if (!rc && stparm.seen)
|
if (!rc && stparm.seen)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user