1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-15 16:23:49 +03:00

Replace sid_string_static by sid_string_dbg in DEBUGs

This commit is contained in:
Volker Lendecke
2007-12-15 21:11:36 +01:00
parent 3e4148c280
commit bb35e794ec
54 changed files with 330 additions and 349 deletions

View 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);