1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-29 16:23:52 +03:00

Replace sid_string_static by sid_string_dbg in DEBUGs

This commit is contained in:
Volker Lendecke
2007-12-15 21:11:36 +01:00
parent 3e4148c280
commit bb35e794ec
54 changed files with 330 additions and 349 deletions

View File

@@ -750,7 +750,7 @@ NTSTATUS sid_array_from_info3(TALLOC_CTX *mem_ctx,
if (!add_sid_to_array(mem_ctx, &info3->other_sids[i].sid,
&sid_array, &num_sids)) {
DEBUG(3, ("could not add SID to array: %s\n",
sid_string_static(&info3->other_sids[i].sid)));
sid_string_dbg(&info3->other_sids[i].sid)));
return NT_STATUS_NO_MEMORY;
}
}