From 5ffc3b18ef31bb96d750b1bceab4fa7f00eb2852 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 8 Dec 2005 16:34:57 +0000 Subject: r12131: Fix it really, this time :) Guenther (This used to be commit 4a506dbc3c63b965044aa16374f46531375cc920) --- source3/rpcclient/cmd_lsarpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/rpcclient/cmd_lsarpc.c') 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); -- cgit