Fix prof timestamp conf reading

This commit is contained in:
Yinan Zhang 2020-06-17 15:20:51 -07:00
parent 7e09a57b39
commit 40fa6674a9

View File

@ -1516,8 +1516,8 @@ malloc_conf_init_helper(sc_data_t *sc_data, unsigned bin_shard_sizes[SC_NBINS],
CONF_ERROR("Invalid conf value", CONF_ERROR("Invalid conf value",
k, klen, v, vlen); k, klen, v, vlen);
} }
CONF_CONTINUE;
} }
CONF_CONTINUE;
} }
if (config_log) { if (config_log) {
if (CONF_MATCH("log")) { if (CONF_MATCH("log")) {