mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-08 12:44:23 +01:00
dirmngr: Correct indentation.
-- Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
parent
7f6d7948c1
commit
6d5aee23c3
@ -1141,8 +1141,7 @@ ks_ldap_search (ctrl_t ctrl, parsed_uri_t uri, const char *pattern,
|
|||||||
if (vals)
|
if (vals)
|
||||||
{
|
{
|
||||||
/* Not sure why, but some keys are listed with a
|
/* Not sure why, but some keys are listed with a
|
||||||
key size of 0. Treat that like an
|
key size of 0. Treat that like an unknown. */
|
||||||
unknown. */
|
|
||||||
if (atoi (vals[0]) > 0)
|
if (atoi (vals[0]) > 0)
|
||||||
es_fprintf (fp, "%d", atoi (vals[0]));
|
es_fprintf (fp, "%d", atoi (vals[0]));
|
||||||
ldap_value_free (vals);
|
ldap_value_free (vals);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user