From a2bac34183ce003a194f741c62e69d6674516b07 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 6 Dec 2005 16:25:27 +0000 Subject: r12096: Change uint32_t to uint32. Jerry, please pick this change up for 3.0.21 final. Jeremy. (This used to be commit 2b17e08d290dd7c629145d87c72f7fbd7f47b67d) --- source3/include/rpc_netlogon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') 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 */ -- cgit