libsmb: Add a tevent_req_received() where appropriate
authorVolker Lendecke <vl@samba.org>
Thu, 9 May 2024 08:34:13 +0000 (10:34 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 14 May 2024 22:29:36 +0000 (22:29 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/cli_smb2_fnum.c

index 08d95cf35798bc0647613efa6ebd3adfeed5ed1a..cea27444b9719faaac4e134ce2a1b8277363a186 100644 (file)
@@ -1923,6 +1923,7 @@ NTSTATUS cli_smb2_query_info_fnum_recv(
                .data = talloc_move(mem_ctx, &state->outbuf.data),
                .length = state->outbuf.length,
        };
+       tevent_req_received(req);
        return NT_STATUS_OK;
 }