1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00

added some comments

This commit is contained in:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 7c60ae5937
commit 34589d5a47

View File

@ -715,6 +715,7 @@ static NTSTATUS trusted_domains(struct winbindd_domain *domain,
{
struct winbind_cache *cache = get_cache(domain);
/* we don't cache this call */
return cache->backend->trusted_domains(domain, mem_ctx, num_domains,
names, dom_sids);
}
@ -724,6 +725,7 @@ static NTSTATUS domain_sid(struct winbindd_domain *domain, DOM_SID *sid)
{
struct winbind_cache *cache = get_cache(domain);
/* we don't cache this call */
return cache->backend->domain_sid(domain, sid);
}