mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-04-26 03:46:34 +03:00
Fix missing parameter
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user