1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00

Fix the crash in #39

This commit is contained in:
Null User
2021-10-26 13:37:56 +00:00
parent 683f7f2369
commit 6332b3ee71

View File

@ -536,6 +536,7 @@ func run() error {
s := state{
server: server,
lastdata: &prefixfile.VRPList{},
metricsEvent: me,
sendNotifs: *SendNotifs,
checktime: *TimeCheck,