svn commit: samba r21607 - in branches: SAMBA_3_0/source/utils SAMBA_3_0_25/source/utils

idra at samba.org idra at samba.org
Thu Mar 1 00:50:56 GMT 2007


Author: idra
Date: 2007-03-01 00:50:56 +0000 (Thu, 01 Mar 2007)
New Revision: 21607

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

Log:

While committing I saw I had not newline terminated this string ...


Modified:
   branches/SAMBA_3_0/source/utils/net_ads_gpo.c
   branches/SAMBA_3_0_25/source/utils/net_ads_gpo.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_ads_gpo.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_ads_gpo.c	2007-03-01 00:49:28 UTC (rev 21606)
+++ branches/SAMBA_3_0/source/utils/net_ads_gpo.c	2007-03-01 00:50:56 UTC (rev 21607)
@@ -351,7 +351,7 @@
 
 	if (argc < 2) {
 		printf("usage: net ads gpo addlink <linkdn> <gpodn> [options]\n");
-		printf("note: DNs must be provided properly escaped.\n      See RFC 4514 for details");
+		printf("note: DNs must be provided properly escaped.\n      See RFC 4514 for details\n");
 		return -1;
 	}
 

Modified: branches/SAMBA_3_0_25/source/utils/net_ads_gpo.c
===================================================================
--- branches/SAMBA_3_0_25/source/utils/net_ads_gpo.c	2007-03-01 00:49:28 UTC (rev 21606)
+++ branches/SAMBA_3_0_25/source/utils/net_ads_gpo.c	2007-03-01 00:50:56 UTC (rev 21607)
@@ -351,7 +351,7 @@
 
 	if (argc < 2) {
 		printf("usage: net ads gpo addlink <linkdn> <gpodn> [options]\n");
-		printf("note: DNs must be provided properly escaped.\n      See RFC 4514 for details");
+		printf("note: DNs must be provided properly escaped.\n      See RFC 4514 for details\n");
 		return -1;
 	}
 



More information about the samba-cvs mailing list