mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Fixes seqnum generation.
Thanks Mohammad Amin Shoaie for notification.
This commit is contained in:
parent
78e33c29bb
commit
74add5df17
@ -150,7 +150,7 @@ get_seqnum(struct top_hash_entry *en)
|
||||
return LSA_INITSEQNO;
|
||||
}
|
||||
|
||||
return en->lsa.sn++;
|
||||
return en->lsa.sn + 1;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user