]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2974] Missing update
authorFrancis Dupont <fdupont@isc.org>
Sun, 20 Oct 2024 15:08:14 +0000 (17:08 +0200)
committerRazvan Becheriu <razvan@isc.org>
Wed, 23 Oct 2024 14:42:09 +0000 (17:42 +0300)
src/bin/dhcp4/ctrl_dhcp4_srv.cc

index 89e1b261f608d933dff8ae47ff360e309364f3b8..37f870816e0d3150a8806b7bf11a6b65412fbf7e 100644 (file)
@@ -1035,7 +1035,7 @@ ControlledDhcpv4Srv::commandLocalize4o6Handler(const string&,
     ConstSubnet4Ptr subnet = CfgMgr::instance().getCurrentCfg()->
         getCfgSubnets4()->selectSubnet4o6(selector);
     if (!subnet) {
-        return (createAnswer(CONTROL_RESULT_EMPTY, "no selected subnet"));
+        return (createAnswer(CONTROL_RESULT_EMPTY, "no subnet selected"));
     }
     SharedNetwork4Ptr network;
     subnet->getSharedNetwork(network);