diff options
author | Jeremy Allison <jra@samba.org> | 2005-12-06 16:25:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:44 -0500 |
commit | a2bac34183ce003a194f741c62e69d6674516b07 (patch) | |
tree | 697e7b148929cd6e27a640d7df37775cd503021f | |
parent | 78631d38f11a631fe4added2b76deb60a3d835ab (diff) | |
download | samba-a2bac34183ce003a194f741c62e69d6674516b07.tar.gz samba-a2bac34183ce003a194f741c62e69d6674516b07.tar.bz2 samba-a2bac34183ce003a194f741c62e69d6674516b07.zip |
r12096: Change uint32_t to uint32. Jerry, please pick this change up for
3.0.21 final.
Jeremy.
(This used to be commit 2b17e08d290dd7c629145d87c72f7fbd7f47b67d)
-rw-r--r-- | source3/include/rpc_netlogon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index fdf2f08c03..c1d8540344 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -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 */ |