svn commit: samba r2972 - in branches/SAMBA_4_0/source/librpc/idl: .

metze at samba.org metze at samba.org
Thu Oct 14 10:21:51 GMT 2004


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

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=2972&nolog=1

Log:
make names more consistent

metze

Modified:
   branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2004-10-14 10:16:22 UTC (rev 2971)
+++ branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2004-10-14 10:21:51 UTC (rev 2972)
@@ -15,11 +15,11 @@
 	typedef [flag(NDR_PAHEX)] struct {
 		[range(1,10000)] uint32 length;
 		[size_is(length)] uint8 data[];
-	} drsuapi_BindInfo;
+	} drsuapi_DsBindInfo;
 
 	NTSTATUS drsuapi_DsBind(
 		[in]	    GUID *server_guid,
-		[in,out]    drsuapi_BindInfo *bind_info,
+		[in,out]    drsuapi_DsBindInfo *bind_info,
 		[out,ref]   policy_handle *bind_handle
 		);
 



More information about the samba-cvs mailing list