Skip to content

Commit

Permalink
[#3478] Address the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fxdupont committed Aug 21, 2024
1 parent af310b4 commit 6f68380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/http/connection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 6f68380

Please sign in to comment.