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

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

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

Modified:
   trunk/source/utils/net_ads.c


Changeset:
Modified: trunk/source/utils/net_ads.c
===================================================================
--- trunk/source/utils/net_ads.c        2006-04-29 23:41:09 UTC (rev 15336)
+++ trunk/source/utils/net_ads.c        2006-04-29 23:41:12 UTC (rev 15337)
@@ -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;
        }

Reply via email to