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 */

Reply via email to