Fix mesmerged 'break;' loss

This commit is contained in:
Andrey 2020-01-27 17:48:04 +05:00
parent 507682fdd5
commit f74abbf6ca
1 changed files with 1 additions and 0 deletions

View File

@ -745,6 +745,7 @@ od_config_reader_route(od_config_reader_t *reader, char *db_name, int db_name_le
if (!od_config_reader_quantiles(reader, quantiles_str, &route->quantiles, &route->quantiles_count))
return -1;
}
break;
/* application_name_add_host */
case OD_LAPPLICATION_NAME_ADD_HOST:
if (! od_config_reader_yes_no(reader, &route->application_name_add_host))