From 21ba1d3761b18b64b2a1b49bd59b098390c2a48e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 7 Apr 2011 16:17:58 +0200 Subject: [PATCH] Don't add \n to chronyc command line arguments This fixes parsing of some commands. --- client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client.c b/client.c index 0bee909..43a9b7c 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;