Merge branch 'master' of github.com:john30/ebusd

This commit is contained in:
john30
2017-04-05 18:11:47 +02:00
+1 -1
View File
@@ -1413,7 +1413,7 @@ result_t Condition::create(const string condName, map<string, string> row, map<s
} else if (circuit.empty()) {
circuit = rowDefaults["circuit"];
}
string valueList = row["id"];
string valueList = row["pbsb"];
if (valueList.length() == 0) {
returnValue = new SimpleCondition(condName, condName, circuit, level, name, dstAddress, field);
return RESULT_OK;