opt::loba_algo = optarg;
result = opt_helper::nol_find_prefix(opt::loba_algorithms,
"load balancing algorithm",
- opt::loba_algo);
+ opt::loba_algo)
+ && result;
break;
case 'b':
opt::bookkeeping = true;
case 'T':
opt::auto_depl::topology = optarg;
result = opt_helper::nol_find_prefix(opt::topologies, "topology",
- opt::auto_depl::topology);
+ opt::auto_depl::topology)
+ && result;
break;
case 'v':
// nothing to do: this option is checked at the very