client: remove unreachable code
This commit is contained in:
parent
a9bfaf9e54
commit
01cef64070
1 changed files with 1 additions and 3 deletions
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 {
|
||||||
|
|
Loading…
Reference in a new issue