]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
client: remove unreachable code
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 1 Oct 2015 07:26:34 +0000 (09:26 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 1 Oct 2015 07:28:55 +0000 (09:28 +0200)
client.c

index 1dd0db8e663f41cfade52269cda46f27f8ba5bac..967d70ff18eb31018500885479516844a0c74dbe 100644 (file)
--- a/client.c
+++ b/client.c
@@ -2724,9 +2724,7 @@ main(int argc, char **argv)
   if (!open_io())
     LOG_FATAL(LOGF_Client, "Could not open connection to daemon");
 
-  if (!ret) {
-    ;
-  } else if (argc > 0) {
+  if (argc > 0) {
     ret = process_args(argc, argv, multi);
   } else {
     do {