ipa_same does not exist.
This commit is contained in:
parent
0bff946c0a
commit
b8524e9be4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue