From a9eeefd63ab7886bc2a5b8f0f7a2d1ec69a9c831 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 31 May 2000 15:28:13 +0000 Subject: Warning destroyed. :-) --- proto/ospf/lsupd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto') 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); -- cgit v1.2.3