mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 00:03:09 -06:00
Fix build
This commit is contained in:
parent
fc282e6a4d
commit
f4ab36f480
|
|
@ -89,7 +89,7 @@ func main() {
|
|||
logger := log.New(os.Stdout, "", 0)
|
||||
|
||||
rL, rR := net.Pipe()
|
||||
pSwitch := pineconeSwitch.NewSwitch(logger, sk, pk)
|
||||
pSwitch := pineconeSwitch.NewSwitch(logger, sk, pk, false)
|
||||
pRouter := pineconeRouter.NewRouter(logger, sk, pk, rL, "router", nil)
|
||||
if _, err := pSwitch.Connect(rR); err != nil {
|
||||
panic(err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue