summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-12-08 16:34:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:46 -0500
commit4a506dbc3c63b965044aa16374f46531375cc920 (patch)
treee9ec8e67af0a5a852e6709d515815b1e83ad8037 /source
parent8e63da03665651ab0315d76d27a4ea4375b2acd0 (diff)
downloadsamba-4a506dbc3c63b965044aa16374f46531375cc920.tar.gz
samba-4a506dbc3c63b965044aa16374f46531375cc920.tar.xz
samba-4a506dbc3c63b965044aa16374f46531375cc920.zip
r12131: Fix it really, this time :)
Guenther
Diffstat (limited to 'source')
-rw-r--r--source/rpcclient/cmd_lsarpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/rpcclient/cmd_lsarpc.c b/source/rpcclient/cmd_lsarpc.c
index 4f4687ebfd1..5adaf469818 100644
--- a/source/rpcclient/cmd_lsarpc.c
+++ b/source/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);