Skip to content

Commit

Permalink
Fix nat example compilation error
Browse files Browse the repository at this point in the history
Signed-off-by: Yilun <zyl.skysniper@gmail.com>
  • Loading branch information
yilunzhang committed Nov 18, 2020
1 parent 027e7eb commit ee1aa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nat/main.go
Expand Up @@ -41,7 +41,7 @@ func main() {
return
}

transport, err := transport.NewTransport(*transportPtr)
transport, err := transport.NewTransport(*transportPtr, nn.GetConfig().SupportedTransports)
if err != nil {
log.Error(err)
return
Expand Down

0 comments on commit ee1aa3d

Please sign in to comment.