From: Miroslav Lichvar Date: Thu, 7 Apr 2011 14:17:58 +0000 (+0200) Subject: Don't add \n to chronyc command line arguments X-Git-Tag: 1.25-pre2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21ba1d3761b18b64b2a1b49bd59b098390c2a48e;p=thirdparty%2Fchrony.git Don't add \n to chronyc command line arguments This fixes parsing of some commands. --- diff --git a/client.c b/client.c index 0bee9092..43a9b7c3 100644 --- a/client.c +++ b/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;