Adding removal subscriber

This commit is contained in:
stephb9959
2022-03-07 08:55:26 -08:00
parent d6d2d3b277
commit 7c7fbbcc4f
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ namespace OpenWifi{
} else if(HasParameter("applyConfiguration",Arg) && Arg=="true") {
Logger().debug(Poco::format("%: Retrieving configuration.",Existing.serialNumber));
APConfig Device(SerialNumber, Existing.deviceType, Logger(), false);
Poco::JSON::Object::Ptr Configuration;
auto Configuration = Poco::makeShared<Poco::JSON::Object>();
Poco::JSON::Object ErrorsObj, WarningsObj;
ProvObjects::InventoryConfigApplyResult Results;
Logger().debug(Poco::format("%: Computing configuration.",Existing.serialNumber));