Skip to content
Snippets Groups Projects
Commit bde0761a authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

should fix ITS#3265

parent e6fa9dd7
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment