svn commit: samba r12097 - in trunk/source/include: .

jra at samba.org jra at samba.org
Tue Dec 6 16:26:28 GMT 2005


Author: jra
Date: 2005-12-06 16:26:27 +0000 (Tue, 06 Dec 2005)
New Revision: 12097

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

Log:
Fix uint32_t -> uint32 spotted by Pierre Lebrun <ple001 at artic.fr>.
Jeremy.

Modified:
   trunk/source/include/rpc_netlogon.h


Changeset:
Modified: trunk/source/include/rpc_netlogon.h
===================================================================
--- trunk/source/include/rpc_netlogon.h	2005-12-06 16:25:27 UTC (rev 12096)
+++ trunk/source/include/rpc_netlogon.h	2005-12-06 16:26:27 UTC (rev 12097)
@@ -946,7 +946,7 @@
 	struct uuid *domain_guid;
 	uint32 ptr_site_guid;
 	struct uuid *site_guid;
-	uint32_t flags;
+	uint32 flags;
 } NET_Q_DSR_GETDCNAME;
 
 /* NET_R_DSR_GETDCNAME - Ask a DC for a trusted DC name and its address */



More information about the samba-cvs mailing list