svn commit: samba r2974 - in branches/SAMBA_4_0/source/rpc_server/drsuapi: .

metze at samba.org metze at samba.org
Thu Oct 14 11:11:22 GMT 2004


Author: metze
Date: 2004-10-14 11:11:21 +0000 (Thu, 14 Oct 2004)
New Revision: 2974

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/rpc_server/drsuapi&rev=2974&nolog=1

Log:
fix the build

metze

Modified:
   branches/SAMBA_4_0/source/rpc_server/drsuapi/dcesrv_drsuapi.c


Changeset:
Modified: branches/SAMBA_4_0/source/rpc_server/drsuapi/dcesrv_drsuapi.c
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/drsuapi/dcesrv_drsuapi.c	2004-10-14 10:30:08 UTC (rev 2973)
+++ branches/SAMBA_4_0/source/rpc_server/drsuapi/dcesrv_drsuapi.c	2004-10-14 11:11:21 UTC (rev 2974)
@@ -41,7 +41,7 @@
 	struct drsuapi_bind_state *b_state;
 	struct dcesrv_handle *handle;
 
-	r->out.info = NULL;
+	r->out.bind_info = NULL;
 	ZERO_STRUCTP(r->out.bind_handle);
 
 	b_state = talloc_p(dce_call->conn, struct drsuapi_bind_state);



More information about the samba-cvs mailing list