Skip to content

Commit af6f9a5

Browse files
committed
Fix channel scope resolution from server to network.
1 parent da5ba6a commit af6f9a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

console/executor_runner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void executor::subscribe_connect()
4646
{
4747
node_->subscribe_connect
4848
(
49-
[&](const code&, const channel::ptr&)
49+
[&](const code&, const network::channel::ptr&)
5050
{
5151
log_.write(levels::verbose) <<
5252
"{in:" << node_->inbound_channel_count() << "}"

0 commit comments

Comments
 (0)