summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/iface_mgr.cc
diff options
context:
space:
mode:
authorq66 <q66@chimera-linux.org>2024-12-15 03:04:53 +0100
committerFrancis Dupont <fdupont@isc.org>2025-01-15 15:26:31 +0100
commit81edc181f85395c39964104ef049a195bafb9737 (patch)
tree1b8016ab4565c905e1e6720d8acec52af283aef7 /src/lib/dhcp/iface_mgr.cc
parent[#3679] Changed with into in (diff)
downloadkea-81edc181f85395c39964104ef049a195bafb9737.tar.xz
kea-81edc181f85395c39964104ef049a195bafb9737.zip
[#3696] Update asiolink for boost 1.87
Diffstat (limited to 'src/lib/dhcp/iface_mgr.cc')
-rw-r--r--src/lib/dhcp/iface_mgr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcp/iface_mgr.cc b/src/lib/dhcp/iface_mgr.cc
index 01a1d63da5..419268bfe5 100644
--- a/src/lib/dhcp/iface_mgr.cc
+++ b/src/lib/dhcp/iface_mgr.cc
@@ -1034,7 +1034,7 @@ IfaceMgr::getLocalAddress(const IOAddress& remote_addr, const uint16_t port) {
}
// Create socket that will be used to connect to remote endpoint.
- boost::asio::io_service io_service;
+ boost::asio::io_context io_service;
boost::asio::ip::udp::socket sock(io_service);
boost::system::error_code err_code;