mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-21 19:48:05 +01:00
dirmngr: Remove useless code.
* dirmngr/ks-engine-ldap.c (my_ldap_connect): Remove the password_param thing because we set the password directly without an intermediate var. -- Reported-by: Ingo Kloecker
This commit is contained in:
parent
b722fd755c
commit
8bd5172539
@ -546,11 +546,6 @@ my_ldap_connect (parsed_uri_t uri, LDAP **ldap_connp,
|
||||
}
|
||||
else
|
||||
{
|
||||
struct uri_tuple_s *password_param;
|
||||
|
||||
password_param = uri_query_lookup (uri, "password");
|
||||
password = password_param ? password_param->value : NULL;
|
||||
|
||||
host = uri->host;
|
||||
port = uri->port;
|
||||
bindname = uri->auth;
|
||||
|
Loading…
x
Reference in New Issue
Block a user