summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/rpcclient/cmd_lsarpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpcclient/cmd_lsarpc.c b/source3/rpcclient/cmd_lsarpc.c
index 4f4687ebfd..5adaf46981 100644
--- a/source3/rpcclient/cmd_lsarpc.c
+++ b/source3/rpcclient/cmd_lsarpc.c
@@ -130,8 +130,8 @@ static NTSTATUS cmd_lsa_query_info_policy(struct rpc_pipe_client *cli,
printf("forest name is %s\n", forest_name);
if (info_class == 12) {
- printf("domain GUID is %s\n");
- smb_uuid_string_static(*dom_guid);
+ printf("domain GUID is %s\n",
+ smb_uuid_string_static(*dom_guid));
}
rpccli_lsa_close(cli, mem_ctx, &pol);