mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-31 22:21:54 +00:00
Typo.
This commit is contained in:
parent
f321a61f77
commit
9e2920824e
@ -272,7 +272,7 @@ ospf_dbdes_rx(struct ospf_dbdes_packet *ps, struct proto *p,
|
|||||||
n->options=ps->options;
|
n->options=ps->options;
|
||||||
n->ddr=ntohl(ps->ddseq)-1;
|
n->ddr=ntohl(ps->ddseq)-1;
|
||||||
n->imms.byte=ps->imms.byte;
|
n->imms.byte=ps->imms.byte;
|
||||||
OSPF_TRACE(D_PACKETS, "I'm master to %I.", nrid);
|
OSPF_TRACE(D_PACKETS, "I'm master to %I.", n->ip);
|
||||||
ospf_neigh_sm(n, INM_NEGDONE);
|
ospf_neigh_sm(n, INM_NEGDONE);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user