libcli/cldap: pass tevent_context to cldap_netlogon_send()
[ira/wip.git] / source3 / nmbd / nmbd_processlogon.c
index 2adc81d76e154a77cfef13dd24bbc5cc2bb343e5..f00a8d8e16c2b59cce98b9741e91f70b77a3135d 100644 (file)
@@ -249,7 +249,7 @@ static void nmbd_proxy_logon(struct nmbd_proxy_logon_context *ctx,
        state->io.in.version            = nt_version;
        state->io.in.map_response       = false;
 
-       subreq = cldap_netlogon_send(state,
+       subreq = cldap_netlogon_send(state, nmbd_event_context(),
                                     ctx->cldap_sock,
                                     &state->io);
        if (!subreq) {