Change uint32_t to uint32. Jerry, please pick this change up for
authorjra <jra@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Tue, 6 Dec 2005 16:25:27 +0000 (16:25 +0000)
committerjra <jra@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Tue, 6 Dec 2005 16:25:27 +0000 (16:25 +0000)
3.0.21 final.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@12096 0c0555d6-39d7-0310-84fc-f1cc0bd64818

source/include/rpc_netlogon.h

index fdf2f08c03cbf0454c0665f5259a8d92445e6e48..c1d85403448959826c11e2ded4ff9bc5794aebb9 100644 (file)
@@ -946,7 +946,7 @@ typedef struct net_q_dsr_getdcname {
        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 */