From: Ondrej Filip Date: Wed, 31 May 2000 15:28:13 +0000 (+0000) Subject: Warning destroyed. :-) X-Git-Tag: v1.2.0~752 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9eeefd63ab7886bc2a5b8f0f7a2d1ec69a9c831;p=thirdparty%2Fbird.git Warning destroyed. :-) --- diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index b9c26d216..04849b337 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);