mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
Add a debug message to lookup_rids() printing the domain SID.
This is to ease debugging. I sporadically get panics that are apparently due to NULL domain sid passed to lookup_rids somewhere. Michael (This used to be commit 723e877c241dd5a0c8addb89507c9eda75b88ea4)
This commit is contained in:
parent
2a542ce772
commit
d682e04828
@ -464,6 +464,9 @@ static bool lookup_rids(TALLOC_CTX *mem_ctx, const DOM_SID *domain_sid,
|
||||
{
|
||||
int i;
|
||||
|
||||
DEBUG(10, ("lookup_rids called for domain sid '%s'\n",
|
||||
sid_string_dbg(domain_sid)));
|
||||
|
||||
if (num_rids) {
|
||||
*names = TALLOC_ARRAY(mem_ctx, const char *, num_rids);
|
||||
*types = TALLOC_ARRAY(mem_ctx, enum lsa_SidType, num_rids);
|
||||
|
Loading…
x
Reference in New Issue
Block a user