diff --git a/exec/coroparse.c b/exec/coroparse.c index 6f0c7665..ad17a17f 100644 --- a/exec/coroparse.c +++ b/exec/coroparse.c @@ -405,6 +405,8 @@ static int main_config_parser_cb(const char *path, icmap_set_uint32(path, i); add_as_string = 0; } + break; + case MAIN_CP_CB_DATA_STATE_INTERFACE: if (strcmp(path, "totem.interface.ringnumber") == 0) { data->ringnumber = atoi(value);