Replace sid_string_static by sid_string_dbg in DEBUGs
[ira/wip.git] / source3 / utils / net_rpc.c
index 4db09676d8e3e65c75cd077e3dcc8a9d0b92325d..1dd37888cdec4737d8e7ea3c5b256af797220cff 100644 (file)
@@ -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: