Commit 07d6f94a authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

(modbus): fixed mbconf->prefix

parent bbcf1069
......@@ -91,6 +91,7 @@ namespace uniset
mbinfo << myname << "(init): read fileter-field='" << mbconf->s_field
<< "' filter-value='" << mbconf->s_fvalue << "'" << endl;
mbconf->prefix = prefix;
mbconf->prop_prefix = initPropPrefix(mbconf->s_field, "");
stat_time = conf->getArgPInt("--" + prefix + "-statistic-sec", it.getProp("statistic_sec"), 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment