mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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 <gniibe@fsij.org>
This commit is contained in:
parent
2378ccf97c
commit
9ae3cfcabe
@ -2776,7 +2776,9 @@ cmd_ad_query (assuan_context_t ctx, char *line)
|
|||||||
|
|
||||||
if (opt_help)
|
if (opt_help)
|
||||||
{
|
{
|
||||||
|
#if USE_LDAP
|
||||||
ks_ldap_help_variables (ctrl);
|
ks_ldap_help_variables (ctrl);
|
||||||
|
#endif
|
||||||
err = 0;
|
err = 0;
|
||||||
goto leave;
|
goto leave;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user