Replace sid_string_static by sid_string_dbg in DEBUGs
[samba.git] / source3 / rpc_client / cli_samr.c
index b3168966b3252e737c63fd146bedb717282345be..bf8313816cbbb90b274cfb2996cefac191576cfc 100644 (file)
@@ -145,7 +145,8 @@ NTSTATUS rpccli_samr_open_domain(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ct
        SAMR_R_OPEN_DOMAIN r;
        NTSTATUS result = NT_STATUS_UNSUCCESSFUL;
 
-       DEBUG(10,("cli_samr_open_domain with sid %s\n", sid_string_static(domain_sid) ));
+       DEBUG(10,("cli_samr_open_domain with sid %s\n",
+                 sid_string_dbg(domain_sid) ));
 
        ZERO_STRUCT(q);
        ZERO_STRUCT(r);