mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 23:15:20 +00:00
[#3019] addressed review comments
This commit is contained in:
@@ -2199,7 +2199,7 @@ MySqlLeaseMgr::MySqlLeaseMgr(const DatabaseConnection::ParameterMap& parameters)
|
||||
std::pair<uint32_t, uint32_t> code_version(MYSQL_SCHEMA_VERSION_MAJOR,
|
||||
MYSQL_SCHEMA_VERSION_MINOR);
|
||||
|
||||
std::string timer_name = "";
|
||||
std::string timer_name;
|
||||
bool retry = false;
|
||||
if (parameters.count("retry-on-startup")) {
|
||||
if (parameters.at("retry-on-startup") == "true") {
|
||||
|
Reference in New Issue
Block a user