diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-31 17:28:13 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-31 17:28:13 +0200 |
commit | a9eeefd63ab7886bc2a5b8f0f7a2d1ec69a9c831 (patch) | |
tree | 67eba740201d7ab06276aee3d9a0b777864e65b8 /proto/ospf/lsupd.c | |
parent | 82364f4db8fff969932989bfcc5be89c73b15174 (diff) | |
download | bird-a9eeefd63ab7886bc2a5b8f0f7a2d1ec69a9c831.tar bird-a9eeefd63ab7886bc2a5b8f0f7a2d1ec69a9c831.zip |
Warning destroyed. :-)
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r-- | proto/ospf/lsupd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index b9c26d2..04849b3 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -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); |