aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2023-07-05 00:29:54 +0000
committerNIIBE Yutaka <[email protected]>2023-09-06 01:01:47 +0000
commit07cb3c65e8bee577bcad2b1575d7712b3b7dc9f2 (patch)
treea081b034691f014bc74a4b4a35f45891838ec9ab
parentbuild: Fix detection of sigdescr_np for newer glibc. (diff)
downloadgnupg-07cb3c65e8bee577bcad2b1575d7712b3b7dc9f2.tar.gz
gnupg-07cb3c65e8bee577bcad2b1575d7712b3b7dc9f2.zip
dirmngr: Enable the call of ks_ldap_help_variables when USE_LDAP.
* dirmngr/server.c [USE_LDAP] (cmd_ad_query): Conditionalize. -- Cherry-pick master commit of: dc13361524c1477b2106c7385f2059f9ea111b84 Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--dirmngr/server.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dirmngr/server.c b/dirmngr/server.c
index a39f3c553..a8642bd23 100644
--- a/dirmngr/server.c
+++ b/dirmngr/server.c
@@ -2753,7 +2753,9 @@ cmd_ad_query (assuan_context_t ctx, char *line)
if (opt_help)
{
+#if USE_LDAP
ks_ldap_help_variables (ctrl);
+#endif
err = 0;
goto leave;
}