mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
dirmngr: Enable the call of ks_ldap_help_variables when USE_LDAP.
* dirmngr/server.c [USE_LDAP] (cmd_ad_query): Conditionalize. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
2c5a93e66e
commit
dc13361524
@ -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