mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
libads: Use dom_sid_str_buf
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
parent
444fc0bfcc
commit
1d5c00a34d
@ -2799,8 +2799,9 @@ int ads_count_replies(ADS_STRUCT *ads, void *res)
|
||||
ret = sid_parse((const uint8_t *)values[i]->bv_val,
|
||||
values[i]->bv_len, &(*sids)[count]);
|
||||
if (ret) {
|
||||
DEBUG(10, ("pulling SID: %s\n",
|
||||
sid_string_dbg(&(*sids)[count])));
|
||||
struct dom_sid_buf buf;
|
||||
DBG_DEBUG("pulling SID: %s\n",
|
||||
dom_sid_str_buf(&(*sids)[count], &buf));
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user