2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#1236] Added std::

This commit is contained in:
Francis Dupont
2020-05-14 23:16:18 +02:00
parent b8caf41233
commit 8da66d37ba

View File

@@ -116,7 +116,7 @@ DControllerBase::launch(int argc, char* argv[], const bool test_mode) {
.arg(VERSION)
.arg(PACKAGE_VERSION_TYPE);
// When it is not a stable version dissuade use in production.
if (string(PACKAGE_VERSION_TYPE) == "development") {
if (std::string(PACKAGE_VERSION_TYPE) == "development") {
LOG_WARN(dctl_logger, DCTL_DEVELOPMENT_VERSION);
}
try {