summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_lsarpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpc_client/cli_lsarpc.c')
-rw-r--r--source3/rpc_client/cli_lsarpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c
index 087ee5dade..81202fedb5 100644
--- a/source3/rpc_client/cli_lsarpc.c
+++ b/source3/rpc_client/cli_lsarpc.c
@@ -310,6 +310,7 @@ BOOL do_lsa_lookup_sids(struct cli_state *cli,
fstrcpy(name , unistr2_to_str(&t_names.uni_name[i]));
memset(full_name, 0, sizeof(full_name));
+
slprintf(full_name, sizeof(full_name)-1, "%s\\%s",
dom_name, name);