Fix typo.
This commit is contained in:
parent
0844b65d13
commit
0dd7ccc766
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ init_lists(struct ospf_neighbor *n)
|
||||||
s_init(&(n->lsrti), &(n->lsrtl));
|
s_init(&(n->lsrti), &(n->lsrtl));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Resets LSA request and retransmit list.
|
/* Resets LSA request and retransmit lists.
|
||||||
* We do not reset DB summary list iterator here,
|
* We do not reset DB summary list iterator here,
|
||||||
* it is reset during entering EXCHANGE state.
|
* it is reset during entering EXCHANGE state.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue