r10435: fill in the reference to the generic wbsrv_call in the wbsrv_samba3_call,
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Sep 2005 19:44:08 +0000 (19:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:45 +0000 (13:38 -0500)
so that async function can use it.

metze
(This used to be commit 72302b5d3dc3657caf885d40696495b6c8aabefb)

source4/winbind/wb_samba3_protocol.c

index f9812403f1af9af58713e25ec90b7098d501cc7e..bff39ab4823c49fb1e47779af2e5f81728de9354 100644 (file)
@@ -50,6 +50,7 @@ NTSTATUS wbsrv_samba3_pull_request(DATA_BLOB blob, TALLOC_CTX *mem_ctx, struct w
 
        s3_call = talloc_zero(call, struct wbsrv_samba3_call);
        NT_STATUS_HAVE_NO_MEMORY(s3_call);
+       s3call->call = call;
 
        /* the packet layout is the same as the in memory layout of the request, so just copy it */
        memcpy(&s3_call->request, blob.data, sizeof(s3_call->request));