diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/fsm_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/fsm_test.go b/server/fsm_test.go index 498c35b7..db9be4b3 100644 --- a/server/fsm_test.go +++ b/server/fsm_test.go @@ -290,7 +290,7 @@ func makePeerAndHandler() (*Peer, *FSMHandler) { p := &Peer{ gConf: gConf, conf: pConf, - capMap: make(map[bgp.BGPCapabilityCode]bgp.ParameterCapabilityInterface), + capMap: make(map[bgp.BGPCapabilityCode][]bgp.ParameterCapabilityInterface), } p.fsm = NewFSM(&gConf, &pConf) |