Terminate batch processing in chronyc on quit command
This commit is contained in:
parent
4e8ceaae86
commit
10e67e3c1d
1 changed files with 1 additions and 1 deletions
2
client.c
2
client.c
|
@ -2773,7 +2773,7 @@ process_args(int argc, char **argv, int multi)
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = process_line(line, &quit);
|
ret = process_line(line, &quit);
|
||||||
if (!ret)
|
if (!ret || quit)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue