Typo.
This commit is contained in:
parent
f321a61f77
commit
9e2920824e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue