svn commit: samba r10435 - in branches/SAMBA_4_0/source/winbind: .

metze at samba.org metze at samba.org
Thu Sep 22 19:44:08 GMT 2005


Author: metze
Date: 2005-09-22 19:44:08 +0000 (Thu, 22 Sep 2005)
New Revision: 10435

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10435

Log:
fill in the reference to the generic wbsrv_call in the wbsrv_samba3_call,
so that async function can use it.

metze
Modified:
   branches/SAMBA_4_0/source/winbind/wb_samba3_protocol.c


Changeset:
Modified: branches/SAMBA_4_0/source/winbind/wb_samba3_protocol.c
===================================================================
--- branches/SAMBA_4_0/source/winbind/wb_samba3_protocol.c	2005-09-22 19:36:43 UTC (rev 10434)
+++ branches/SAMBA_4_0/source/winbind/wb_samba3_protocol.c	2005-09-22 19:44:08 UTC (rev 10435)
@@ -50,6 +50,7 @@
 
 	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));



More information about the samba-cvs mailing list