mirror of
https://github.com/samba-team/samba.git
synced 2025-03-05 20:58:40 +03:00
made a debug statement more useful
(This used to be commit 3f7a24d183095a7e391fe35100a30fc572a8d769)
This commit is contained in:
parent
489956c823
commit
a2039bc4c6
@ -76,8 +76,9 @@ static BOOL fill_grent_mem(struct winbindd_domain *domain,
|
|||||||
*num_gr_mem = 0;
|
*num_gr_mem = 0;
|
||||||
|
|
||||||
if (group_name_type != SID_NAME_DOM_GRP) {
|
if (group_name_type != SID_NAME_DOM_GRP) {
|
||||||
DEBUG(1, ("SID %s in domain %s isn't a domain group\n",
|
DEBUG(1, ("SID %s in domain %s isn't a domain group (%d)\n",
|
||||||
sid_to_string(sid_string, group_sid), domain->name));
|
sid_to_string(sid_string, group_sid), domain->name,
|
||||||
|
group_name_type));
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user