summaryrefslogtreecommitdiffstats
path: root/source/utils/net_rpc.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/utils/net_rpc.c
parent3e4148c280efe154c3f8d552731c8b29d6977507 (diff)
downloadsamba-bb35e794ec129805e874ceba882bcc1e84791a09.tar.gz
samba-bb35e794ec129805e874ceba882bcc1e84791a09.tar.xz
samba-bb35e794ec129805e874ceba882bcc1e84791a09.zip
Replace sid_string_static by sid_string_dbg in DEBUGs
Diffstat (limited to 'source/utils/net_rpc.c')
-rw-r--r--source/utils/net_rpc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c
index 4db09676d8e..1dd37888cde 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -5878,8 +5878,9 @@ static NTSTATUS vampire_trusted_domain(struct rpc_pipe_client *pipe_hnd,
}
#ifdef DEBUG_PASSWORD
- DEBUG(100,("sucessfully vampired trusted domain [%s], sid: [%s], password: [%s]\n",
- trusted_dom_name, sid_string_static(&dom_sid), cleartextpwd));
+ DEBUG(100,("sucessfully vampired trusted domain [%s], sid: [%s], "
+ "password: [%s]\n", trusted_dom_name,
+ sid_string_dbg(&dom_sid), cleartextpwd));
#endif
done: