mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
should fix ITS#3265
This commit is contained in:
parent
e6fa9dd76a
commit
bde0761a04
1 changed files with 2 additions and 1 deletions
|
|
@ -1175,7 +1175,7 @@ operations_error:
|
|||
return NULL;
|
||||
}
|
||||
|
||||
static const Listener dummy_list = { {0, ""}, {0, ""} };
|
||||
static const Listener dummy_list = { BER_BVC(""), BER_BVC("") };
|
||||
|
||||
int connection_client_setup(
|
||||
ber_socket_t s,
|
||||
|
|
@ -1880,6 +1880,7 @@ connection_fake_init(
|
|||
conn->c_send_search_entry = slap_send_search_entry;
|
||||
conn->c_send_search_reference = slap_send_search_reference;
|
||||
conn->c_listener = (Listener *)&dummy_list;
|
||||
conn->c_peer_domain = slap_empty_bv;
|
||||
conn->c_peer_name = slap_empty_bv;
|
||||
|
||||
/* set memory context */
|
||||
|
|
|
|||
Loading…
Reference in a new issue