mirror of https://github.com/BOINC/boinc.git
boinccmd: fix spurious error msg
This commit is contained in:
parent
9fffea505f
commit
0921a0e7c4
|
@ -589,9 +589,8 @@ int main(int argc, char** argv) {
|
|||
CC_STATUS cs;
|
||||
retval = rpc.get_cc_status(cs);
|
||||
if (!retval) {
|
||||
retval = cs.network_status;
|
||||
cs.print();
|
||||
}
|
||||
cs.print();
|
||||
} else if (!strcmp(cmd, "--quit")) {
|
||||
retval = rpc.quit();
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue