Don't add \n to chronyc command line arguments
This fixes parsing of some commands.
This commit is contained in:
parent
e79584bb9e
commit
21ba1d3761
1 changed files with 0 additions and 2 deletions
2
client.c
2
client.c
|
@ -2621,8 +2621,6 @@ process_args(int argc, char **argv, int multi)
|
|||
}
|
||||
}
|
||||
|
||||
strcat(line, "\n");
|
||||
|
||||
ret = process_line(line, &quit);
|
||||
if (!ret)
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue