summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_netlogon.h
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
commit2b17e08d290dd7c629145d87c72f7fbd7f47b67d (patch)
treef3c65b46dd50ecc2114f83588546e6081b48dbe9 /source/include/rpc_netlogon.h
parent376445c90b05c36206c87c974c13e5f9297f35eb (diff)
downloadsamba-2b17e08d290dd7c629145d87c72f7fbd7f47b67d.tar.gz
samba-2b17e08d290dd7c629145d87c72f7fbd7f47b67d.tar.xz
samba-2b17e08d290dd7c629145d87c72f7fbd7f47b67d.zip
r12096: Change uint32_t to uint32. Jerry, please pick this change up for
3.0.21 final. Jeremy.
Diffstat (limited to 'source/include/rpc_netlogon.h')
-rw-r--r--source/include/rpc_netlogon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/rpc_netlogon.h b/source/include/rpc_netlogon.h
index fdf2f08c03c..c1d85403448 100644
--- a/source/include/rpc_netlogon.h
+++ b/source/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 */