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 <[EMAIL PROTECTED]>.
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 */

Reply via email to