Don't add \n to chronyc command line arguments

This fixes parsing of some commands.
This commit is contained in:
Miroslav Lichvar 2011-04-07 16:17:58 +02:00
parent e79584bb9e
commit 21ba1d3761

View file

@ -2621,8 +2621,6 @@ process_args(int argc, char **argv, int multi)
}
}
strcat(line, "\n");
ret = process_line(line, &quit);
if (!ret)
break;