mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
Added missing default value (imported).
This commit is contained in:
parent
c4dfeb253d
commit
1d3118b864
1 changed files with 1 additions and 0 deletions
|
@ -542,6 +542,7 @@ func parseProtocol(lines string) Parsed {
|
|||
routes := Parsed{}
|
||||
routes["accepted"] = int64(0)
|
||||
routes["filtered"] = int64(0)
|
||||
routes["imported"] = int64(0)
|
||||
routes["exported"] = int64(0)
|
||||
routes["preferred"] = int64(0)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue