svn commit: samba r12130 - branches/SAMBA_3_0/source/rpcclient trunk/source/rpcclient

gd at samba.org gd at samba.org
Thu Dec 8 16:25:34 GMT 2005


Author: gd
Date: 2005-12-08 16:25:33 +0000 (Thu, 08 Dec 2005)
New Revision: 12130

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12130

Log:
display domain GUID.

Guenther

Modified:
   branches/SAMBA_3_0/source/rpcclient/cmd_lsarpc.c
   trunk/source/rpcclient/cmd_lsarpc.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpcclient/cmd_lsarpc.c
===================================================================
--- branches/SAMBA_3_0/source/rpcclient/cmd_lsarpc.c	2005-12-08 15:34:38 UTC (rev 12129)
+++ branches/SAMBA_3_0/source/rpcclient/cmd_lsarpc.c	2005-12-08 16:25:33 UTC (rev 12130)
@@ -130,7 +130,7 @@
 		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);
 	}
 

Modified: trunk/source/rpcclient/cmd_lsarpc.c
===================================================================
--- trunk/source/rpcclient/cmd_lsarpc.c	2005-12-08 15:34:38 UTC (rev 12129)
+++ trunk/source/rpcclient/cmd_lsarpc.c	2005-12-08 16:25:33 UTC (rev 12130)
@@ -130,7 +130,7 @@
 		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);
 	}
 



More information about the samba-cvs mailing list