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…
x
Reference in New Issue
Block a user