aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirmngr/ldap.c')
-rw-r--r--dirmngr/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ldap.c b/dirmngr/ldap.c
index 96abc89d0..42efcfd49 100644
--- a/dirmngr/ldap.c
+++ b/dirmngr/ldap.c
@@ -560,7 +560,7 @@ start_cert_fetch_ldap (ctrl_t ctrl, cert_fetch_context_t *r_context,
goto leave;
}
base = server->base;
- use_ldaps = server->use_ldaps;
+ use_ldaps = server->ldap_over_tls;
}
else /* Use a default server. */
{