From b8524e9be4f1d15f4cd2cd365d7842eff8d5a499 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 10 May 2000 12:48:06 +0000 Subject: ipa_same does not exist. --- proto/rip/rip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/rip/rip.c') diff --git a/proto/rip/rip.c b/proto/rip/rip.c index dd76ef8..17d0d5a 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -412,7 +412,7 @@ rip_rx(sock *s, int size) num = size / sizeof( struct rip_block ); if (num>PACKET_MAX) BAD( "Too many blocks" ); - if (ipa_same(i->iface->addr->ip, s->faddr)) { + if (ipa_equal(i->iface->addr->ip, s->faddr)) { DBG("My own packet\n"); return 1; } -- cgit v1.2.3