mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Warning destroyed. :-)
This commit is contained in:
parent
82364f4db8
commit
a9eeefd63a
@ -194,7 +194,7 @@ ospf_lsupd_tx_list(struct ospf_neighbor *n, list *l)
|
||||
|
||||
DBG("Sending ID=%I, Type=%u, RT=%I\n", llsh->lsh.id, llsh->lsh.type,
|
||||
llsh->lsh.rt);
|
||||
if((len+en->lsa.length)>n->ifa->iface->mtu)
|
||||
if(((u32)(len+en->lsa.length))>n->ifa->iface->mtu)
|
||||
{
|
||||
pk->lsano=htonl(lsano);
|
||||
op->length=htons(len-SIPH);
|
||||
|
Loading…
Reference in New Issue
Block a user