Skip to content

Commit 6f68380

Browse files
committed
[#3478] Address the comment
1 parent af310b4 commit 6f68380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/http/connection.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ HttpConnection::acceptorCallback(const boost::system::error_code& ec) {
432432
}
433433

434434
if (use_external_) {
435-
auto& iface_mgr = IfaceMgr::instance ();
435+
auto& iface_mgr = IfaceMgr::instance();
436436
if (tcp_socket_) {
437437
iface_mgr.addExternalSocket(tcp_socket_->getNative(), 0);
438438
}

0 commit comments

Comments
 (0)