]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1236] Added std::
authorFrancis Dupont <fdupont@isc.org>
Thu, 14 May 2020 21:16:18 +0000 (23:16 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 19 May 2020 13:44:06 +0000 (13:44 +0000)
src/lib/process/d_controller.cc

index 476c30f855b07e22601f3df13fb4752d7f077492..128c6452781f401a3f64d82e6370fae22fe5e905 100644 (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 {