Skip to content

Commit

Permalink
boinccmd: fix spurious error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpanderson committed Dec 24, 2015
1 parent 9fffea5 commit 0921a0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/boinc_cmd.cpp
Expand Up @@ -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 {
Expand Down

0 comments on commit 0921a0e

Please sign in to comment.