summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-08-17 12:18:14 +0200
committerVolker Lendecke <vl@samba.org>2011-08-17 12:30:08 +0200
commit8fd5e0ff2e08288d499556b5b48dcc7a9a3fc85f (patch)
tree1413c297fb202de35eedb1f5a6bef7bce3563d50 /source3/winbindd/winbindd_cache.c
parent102f39ae3e7df26faf81595c8e0120b2e2a45bbd (diff)
downloadsamba-8fd5e0ff2e08288d499556b5b48dcc7a9a3fc85f.tar.gz
samba-8fd5e0ff2e08288d499556b5b48dcc7a9a3fc85f.tar.bz2
samba-8fd5e0ff2e08288d499556b5b48dcc7a9a3fc85f.zip
Replace calls to sid_equal with calls to dom_sid_equal
Diffstat (limited to 'source3/winbindd/winbindd_cache.c')
-rw-r--r--source3/winbindd/winbindd_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c
index 58a8e710f6..ec5f9e74ba 100644
--- a/source3/winbindd/winbindd_cache.c
+++ b/source3/winbindd/winbindd_cache.c
@@ -4571,7 +4571,7 @@ struct winbindd_tdc_domain*
wcache_tdc_fetch_list(&dom_list, &num_domains);
for (i = 0; i<num_domains; i++) {
- if (sid_equal(sid, &(dom_list[i].sid))) {
+ if (dom_sid_equal(sid, &(dom_list[i].sid))) {
DEBUG(10, ("wcache_tdc_fetch_domainbysid: "
"Found domain %s for SID %s\n",
dom_list[i].domain_name,