1
0
Fork 0
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:
Patrick Seeburger 2019-02-04 15:48:24 +01:00 committed by Benedikt Rudolph
parent c4dfeb253d
commit 1d3118b864

View file

@ -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)