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:
	dc13361524

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2023-07-05 09:29:54 +09:00
parent 2378ccf97c
commit 9ae3cfcabe
No known key found for this signature in database
GPG Key ID: 640114AF89DE6054
1 changed files with 2 additions and 0 deletions

View File

@ -2776,7 +2776,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;
}