1
0
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:
Tanguy Pruvot 2018-03-31 19:34:13 +02:00
parent 96adaf986c
commit 27199e2a4d

View File

@ -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;