diff --git a/src/lib/dhcpsrv/cfg_shared_networks.h b/src/lib/dhcpsrv/cfg_shared_networks.h index 044cdbdf3b..7a0a57148f 100644 --- a/src/lib/dhcpsrv/cfg_shared_networks.h +++ b/src/lib/dhcpsrv/cfg_shared_networks.h @@ -204,7 +204,7 @@ class CfgSharedNetworks : public data::CfgToElement { // them to the clients without having to encapsulate them for each request. other_network->getCfgOption()->encapsulate(); - // Add the new/updated nework. + // Add the new/updated network. static_cast(networks_.push_back(other_network)); } }