r12130: display domain GUID.
authorGünther Deschner <gd@samba.org>
Thu, 8 Dec 2005 16:25:33 +0000 (16:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:46 +0000 (11:05 -0500)
Guenther
(This used to be commit 8e63da03665651ab0315d76d27a4ea4375b2acd0)

source3/rpcclient/cmd_lsarpc.c

index c79508de8d0d7d01609cf81fdc277856824b25c5..4f4687ebfd18aae537be31381ca1ec53403808fe 100644 (file)
@@ -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);
        }