svn commit: samba r15336 - in branches/SAMBA_3_0/source/utils: .

jra at samba.org jra at samba.org
Sat Apr 29 23:41:16 GMT 2006


Author: jra
Date: 2006-04-29 23:41:09 +0000 (Sat, 29 Apr 2006)
New Revision: 15336

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

Log:
Unknown escape sequence: '\305' - should have been '\n'.
(How did that get in there ?).
Jeremy

Modified:
   branches/SAMBA_3_0/source/utils/net_ads.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_ads.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_ads.c	2006-04-29 23:37:00 UTC (rev 15335)
+++ branches/SAMBA_3_0/source/utils/net_ads.c	2006-04-29 23:41:09 UTC (rev 15336)
@@ -1430,7 +1430,7 @@
 	attrs = (argv + 1);
 
 	if (!string_to_sid(&sid, sid_string)) {
-		d_fprintf(stderr, "could not convert sid\ņ");
+		d_fprintf(stderr, "could not convert sid\n");
 		ads_destroy(&ads);
 		return -1;
 	}



More information about the samba-cvs mailing list