libcli/cldap: don't pass tevent_context to cldap_socket_init()
[kamenim/samba-autobuild/.git] / libcli / cldap / cldap.c
index 966975d85204e8c9858e22041213c1c3f9bd15b1..219b343d806832d9e3ba4480969515a04327519d 100644 (file)
@@ -304,7 +304,6 @@ done:
   initialise a cldap_sock
 */
 NTSTATUS cldap_socket_init(TALLOC_CTX *mem_ctx,
-                          struct tevent_context *ev,
                           const struct tsocket_address *local_addr,
                           const struct tsocket_address *remote_addr,
                           struct cldap_socket **_cldap)