diff options
author | Jeremy Allison <jra@samba.org> | 2006-06-29 17:03:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:19:07 -0500 |
commit | b85c276e95208f16d089402e7c43c8ff3fe39b3f (patch) | |
tree | 774aa2d0301a58acdd9eaf67519c71fa0bedf427 /source3/passdb | |
parent | 48229b35d701c4cdf4c90994dd4f1506bb3994a7 (diff) | |
download | samba-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/passdb')
-rw-r--r-- | source3/passdb/lookup_sid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c index 8a28f75ec8..38ca51eaa8 100644 --- a/source3/passdb/lookup_sid.c +++ b/source3/passdb/lookup_sid.c @@ -357,7 +357,7 @@ static BOOL winbind_lookup_rids(TALLOC_CTX *mem_ctx, const DOM_SID *domain_sid, int num_rids, uint32 *rids, const char **domain_name, - const char **names, uint32 *types) + const char **names, enum SID_NAME_USE *types) { /* Unless the winbind interface is upgraded, fall back to ask for * individual sids. I imagine introducing a lookuprids operation that |