mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 02:25:07 -05:00
client: remove unreachable code
This commit is contained in:
4
client.c
4
client.c
@@ -2724,9 +2724,7 @@ main(int argc, char **argv)
|
|||||||
if (!open_io())
|
if (!open_io())
|
||||||
LOG_FATAL(LOGF_Client, "Could not open connection to daemon");
|
LOG_FATAL(LOGF_Client, "Could not open connection to daemon");
|
||||||
|
|
||||||
if (!ret) {
|
if (argc > 0) {
|
||||||
;
|
|
||||||
} else if (argc > 0) {
|
|
||||||
ret = process_args(argc, argv, multi);
|
ret = process_args(argc, argv, multi);
|
||||||
} else {
|
} else {
|
||||||
do {
|
do {
|
||||||
|
|||||||
Reference in New Issue
Block a user