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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user