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:
committed by
Gerald (Jerry) Carter
parent
1f3fe6a504
commit
c176ec2629
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user