Skip to content

Commit

Permalink
Fix bogus
Browse files Browse the repository at this point in the history
  • Loading branch information
perl5577 committed Mar 22, 2016
1 parent 0c8aedb commit cd64c39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpu-miner.c
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,10 @@ static void parse_arg(int key, char *arg) {
}
break;
}
case 'k':
opt_keepalive = true ;
applog(LOG_INFO, "Keepalive actived");
break;
case 'q':
opt_quiet = true;
break;
Expand Down

0 comments on commit cd64c39

Please sign in to comment.