svn commit: samba r12096 - in branches/SAMBA_3_0/source/include: .

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


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

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

Log:
Change uint32_t to uint32. Jerry, please pick this change up for
3.0.21 final.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/include/rpc_netlogon.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/rpc_netlogon.h
===================================================================
--- branches/SAMBA_3_0/source/include/rpc_netlogon.h	2005-12-06 14:17:06 UTC (rev 12095)
+++ branches/SAMBA_3_0/source/include/rpc_netlogon.h	2005-12-06 16:25:27 UTC (rev 12096)
@@ -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