Skip to content

Commit

Permalink
Fix missing transport in dialed connection
Browse files Browse the repository at this point in the history
  • Loading branch information
cannium authored Nov 20, 2018
1 parent 9692260 commit b3274ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/transport/quic/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func (t *transport) Dial(ctx context.Context, raddr ma.Multiaddr, p peer.ID) (tp
}
return &conn{
sess: sess,
transport: t,
privKey: t.privKey,
localPeer: t.localPeer,
localMultiaddr: localMultiaddr,
Expand Down

0 comments on commit b3274ae

Please sign in to comment.