mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-01 19:28:01 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -69,7 +69,7 @@ namespace OpenWifi {
|
||||
std::string St{"SELECT name FROM DefaultConfigs WHERE Name=?"};
|
||||
Select << ConvertParams(St) ,
|
||||
Poco::Data::Keywords::into(TmpName) ,
|
||||
Name;
|
||||
Poco::Data::Keywords::use(Name);
|
||||
Select.execute();
|
||||
|
||||
if (!TmpName.empty())
|
||||
|
||||
Reference in New Issue
Block a user