Skip to content

Commit

Permalink
Fix missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Dec 8, 2023
1 parent e19a0a4 commit 5e04a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/transport/yggdrasil.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ func NewYggdrasilTransport(log *log.Logger, sk ed25519.PrivateKey, pk ed25519.Pu
}
}

return yggquic.New(ygg, *cfg.Certificate)
return yggquic.New(ygg, *cfg.Certificate, nil)
}

0 comments on commit 5e04a55

Please sign in to comment.