mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 09:42:38 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -101,7 +101,9 @@ namespace OpenWifi {
|
||||
auto VarNames = VariableBlockInfo->getNames();
|
||||
for (const auto &j: VarNames) {
|
||||
std::cout << "Name: " << j << std::endl;
|
||||
Result->set(j, VariableBlockInfo->get(j));
|
||||
Poco::JSON::Object::Ptr InnerEval;
|
||||
ReplaceVariablesInObject(VariableBlockInfo->getObject(j),InnerEval);
|
||||
Result->set(j, InnerEval);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user