Fix missing parameter
This commit is contained in:
parent
e19a0a41d7
commit
5e04a55268
@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user