mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-02 11:47:47 +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=?"};
|
std::string St{"SELECT name FROM DefaultConfigs WHERE Name=?"};
|
||||||
Select << ConvertParams(St) ,
|
Select << ConvertParams(St) ,
|
||||||
Poco::Data::Keywords::into(TmpName) ,
|
Poco::Data::Keywords::into(TmpName) ,
|
||||||
Name;
|
Poco::Data::Keywords::use(Name);
|
||||||
Select.execute();
|
Select.execute();
|
||||||
|
|
||||||
if (!TmpName.empty())
|
if (!TmpName.empty())
|
||||||
|
|||||||
Reference in New Issue
Block a user