summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-12-06 16:25:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:44 -0500
commita2bac34183ce003a194f741c62e69d6674516b07 (patch)
tree697e7b148929cd6e27a640d7df37775cd503021f /source3/include
parent78631d38f11a631fe4added2b76deb60a3d835ab (diff)
downloadsamba-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)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_netlogon.h2
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 */