From 09c1b2a20ef409e4244a62abf658dd680fabc814 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 8 Dec 2005 16:25:33 +0000 Subject: r12130: display domain GUID. Guenther (This used to be commit 8e63da03665651ab0315d76d27a4ea4375b2acd0) --- source3/rpcclient/cmd_lsarpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpcclient/cmd_lsarpc.c') diff --git a/source3/rpcclient/cmd_lsarpc.c b/source3/rpcclient/cmd_lsarpc.c index c79508de8d..4f4687ebfd 100644 --- a/source3/rpcclient/cmd_lsarpc.c +++ b/source3/rpcclient/cmd_lsarpc.c @@ -130,7 +130,7 @@ 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 "); + printf("domain GUID is %s\n"); smb_uuid_string_static(*dom_guid); } -- cgit