summaryrefslogtreecommitdiff
path: root/source/winbindd/winbindd_async.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2007-12-15 21:11:36 +0100
committerVolker Lendecke <vl@samba.org>2007-12-15 22:09:36 +0100
commitbb35e794ec129805e874ceba882bcc1e84791a09 (patch)
treef433e91a466e2079cd2a772736045310958bb228 /source/winbindd/winbindd_async.c
parent3e4148c280efe154c3f8d552731c8b29d6977507 (diff)
downloadsamba-bb35e794ec129805e874ceba882bcc1e84791a09.tar.gz
Replace sid_string_static by sid_string_dbg in DEBUGs
Diffstat (limited to 'source/winbindd/winbindd_async.c')
-rw-r--r--source/winbindd/winbindd_async.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/winbindd/winbindd_async.c b/source/winbindd/winbindd_async.c
index c0254412e57..6cd85a26945 100644
--- a/source/winbindd/winbindd_async.c
+++ b/source/winbindd/winbindd_async.c
@@ -202,7 +202,7 @@ void winbindd_lookupsid_async(TALLOC_CTX *mem_ctx, const DOM_SID *sid,
domain = find_lookup_domain_from_sid(sid);
if (domain == NULL) {
DEBUG(5, ("Could not find domain for sid %s\n",
- sid_string_static(sid)));
+ sid_string_dbg(sid)));
cont(private_data, False, NULL, NULL, SID_NAME_UNKNOWN);
return;
}
@@ -788,7 +788,7 @@ void winbindd_gettoken_async(TALLOC_CTX *mem_ctx, const DOM_SID *user_sid,
domain = find_domain_from_sid_noinit(user_sid);
if (domain == NULL) {
DEBUG(5, ("Could not find domain from SID %s\n",
- sid_string_static(user_sid)));
+ sid_string_dbg(user_sid)));
cont(private_data, False, NULL, 0);
return;
}