1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Add a debug message: show the sid lookup_sid() was called for.

Michael
(This used to be commit 6c7c6c3f85)
This commit is contained in:
Michael Adam 2008-01-25 01:40:01 +01:00
parent 9912f82067
commit 60daaeeb34

View File

@ -925,6 +925,8 @@ bool lookup_sid(TALLOC_CTX *mem_ctx, const DOM_SID *sid,
TALLOC_CTX *tmp_ctx;
bool ret = false;
DEBUG(10, ("lookup_sid called for SID '%s'\n", sid_string_dbg(sid)));
if (!(tmp_ctx = talloc_new(mem_ctx))) {
DEBUG(0, ("talloc_new failed\n"));
return false;