mirror of
https://github.com/GOSTSec/ccminer
synced 2025-03-13 05:51:19 +00:00
api: missing break on mcast argument
This commit is contained in:
parent
96adaf986c
commit
27199e2a4d
@ -3161,6 +3161,7 @@ void parse_arg(int key, char *arg)
|
||||
if (v < 1 || v > 65535) // sanity check
|
||||
show_usage_and_exit(1);
|
||||
opt_api_mcast_port = v;
|
||||
break;
|
||||
case 'B':
|
||||
opt_background = true;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user