summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-12-08 16:25:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:46 -0500
commit8e63da03665651ab0315d76d27a4ea4375b2acd0 (patch)
tree628eb5a7423154c9d87e5df29b0d3b9bf5322d1c /source
parent8a7d6eb2c081c0d74b62aa76dc243946df62ced2 (diff)
downloadsamba-8e63da03665651ab0315d76d27a4ea4375b2acd0.tar.gz
samba-8e63da03665651ab0315d76d27a4ea4375b2acd0.tar.xz
samba-8e63da03665651ab0315d76d27a4ea4375b2acd0.zip
r12130: display domain GUID.
Guenther
Diffstat (limited to 'source')
-rw-r--r--source/rpcclient/cmd_lsarpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/cmd_lsarpc.c b/source/rpcclient/cmd_lsarpc.c
index c79508de8d0..4f4687ebfd1 100644
--- a/source/rpcclient/cmd_lsarpc.c
+++ b/source/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);
}