1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

r15336: Unknown escape sequence: '\305' - should have been '\n'.

(How did that get in there ?).
Jeremy
(This used to be commit 780b71d300)
This commit is contained in:
Jeremy Allison
2006-04-29 23:41:09 +00:00
committed by Gerald (Jerry) Carter
parent 1f3fe6a504
commit c176ec2629

View File

@ -1430,7 +1430,7 @@ static int net_ads_sid(int argc, const char **argv)
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;
}