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,7 @@ namespace OpenWifi {
|
||||
auto VarNames = VariableBlockInfo->getNames();
|
||||
for (const auto &j: VarNames) {
|
||||
std::cout << "Name: " << j << std::endl;
|
||||
Poco::JSON::Object::Ptr InnerEval;
|
||||
Poco::JSON::Object::Ptr InnerEval = Poco::SharedPtr<Poco::JSON::Object>();
|
||||
if(VariableBlockInfo->isArray(j)) {
|
||||
auto Arr = VariableBlockInfo->getArray(j);
|
||||
// ReplaceVariablesInObject(,InnerEval);
|
||||
|
||||
Reference in New Issue
Block a user