diff options
author | Volker Lendecke <vl@samba.org> | 2007-12-15 21:11:36 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2007-12-15 22:09:36 +0100 |
commit | bb35e794ec129805e874ceba882bcc1e84791a09 (patch) | |
tree | f433e91a466e2079cd2a772736045310958bb228 /source/nsswitch | |
parent | 3e4148c280efe154c3f8d552731c8b29d6977507 (diff) | |
download | samba-bb35e794ec129805e874ceba882bcc1e84791a09.tar.gz samba-bb35e794ec129805e874ceba882bcc1e84791a09.tar.xz samba-bb35e794ec129805e874ceba882bcc1e84791a09.zip |
Replace sid_string_static by sid_string_dbg in DEBUGs
Diffstat (limited to 'source/nsswitch')
-rw-r--r-- | source/nsswitch/wb_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/wb_client.c b/source/nsswitch/wb_client.c index 1fd1e025b6d..b3392ed68ab 100644 --- a/source/nsswitch/wb_client.c +++ b/source/nsswitch/wb_client.c @@ -106,7 +106,7 @@ bool winbind_lookup_sid(TALLOC_CTX *mem_ctx, const DOM_SID *sid, *name_type = (enum lsa_SidType)response.data.name.type; DEBUG(10, ("winbind_lookup_sid: SUCCESS: SID %s -> %s %s\n", - sid_string_static(sid), response.data.name.dom_name, + sid_string_dbg(sid), response.data.name.dom_name, response.data.name.name)); return True; } |