ports/net/kea/files/patch-src_lib_dhcp_iface__mgr.cc
Cy Schubert 4db2ed6923 net/kea: Fix build following boost 1.87 import
Fix build following a4245a4c6c.

Obtained from:	upstream 81edc181f8 -  Update asiolink for boost 1.87
2025-02-15 17:04:18 -08:00

11 lines
423 B
C++

--- src/lib/dhcp/iface_mgr.cc.orig 2024-07-25 08:50:58 UTC
+++ src/lib/dhcp/iface_mgr.cc
@@ -1034,7 +1034,7 @@ IfaceMgr::getLocalAddress(const IOAddress& remote_addr
}
// 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;