2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#3478] Address the comment

This commit is contained in:
Francis Dupont
2024-08-21 10:07:03 +02:00
parent af310b4b73
commit 6f68380f9d

View File

@@ -432,7 +432,7 @@ HttpConnection::acceptorCallback(const boost::system::error_code& ec) {
}
if (use_external_) {
auto& iface_mgr = IfaceMgr::instance ();
auto& iface_mgr = IfaceMgr::instance();
if (tcp_socket_) {
iface_mgr.addExternalSocket(tcp_socket_->getNative(), 0);
}