summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_rpc.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-06-29 17:03:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:19:07 -0500
commitb85c276e95208f16d089402e7c43c8ff3fe39b3f (patch)
tree774aa2d0301a58acdd9eaf67519c71fa0bedf427 /source3/nsswitch/winbindd_rpc.c
parent48229b35d701c4cdf4c90994dd4f1506bb3994a7 (diff)
downloadsamba-b85c276e95208f16d089402e7c43c8ff3fe39b3f.tar.gz
samba-b85c276e95208f16d089402e7c43c8ff3fe39b3f.tar.bz2
samba-b85c276e95208f16d089402e7c43c8ff3fe39b3f.zip
r16678: Fix bug #3898 reported by jason@ncac.gwu.edu.
Jeremy. (This used to be commit 5c5ea3152f8dbdfd7717b65e035191ffed3ec548)
Diffstat (limited to 'source3/nsswitch/winbindd_rpc.c')
-rw-r--r--source3/nsswitch/winbindd_rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_rpc.c b/source3/nsswitch/winbindd_rpc.c
index 5473af073d..27feea2f67 100644
--- a/source3/nsswitch/winbindd_rpc.c
+++ b/source3/nsswitch/winbindd_rpc.c
@@ -294,7 +294,7 @@ NTSTATUS msrpc_sid_to_name(struct winbindd_domain *domain,
{
char **domains;
char **names;
- uint32 *types;
+ enum SID_NAME_USE *types;
NTSTATUS result;
struct rpc_pipe_client *cli;
POLICY_HND lsa_policy;