]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Warning destroyed. :-)
authorOndrej Filip <feela@network.cz>
Wed, 31 May 2000 15:28:13 +0000 (15:28 +0000)
committerOndrej Filip <feela@network.cz>
Wed, 31 May 2000 15:28:13 +0000 (15:28 +0000)
proto/ospf/lsupd.c

index b9c26d2164df5313627c8cc0cd21508289007670..04849b337304c6bda36da4cd078d88522caaa97d 100644 (file)
@@ -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);