From c76ba51a5fc7d61e18213f99d9c09502af0bc192 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 4 Jun 2004 16:30:04 +0000 Subject: lsack.c cleaned. Better names for functions and DIRECT acks can be sent in one packet now. --- proto/ospf/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/packet.c') diff --git a/proto/ospf/packet.c b/proto/ospf/packet.c index 8ee6cba..53daa8f 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -192,7 +192,7 @@ ospf_rx_hook (sock * sk, int size) break; case LSACK_P: DBG ("%s: Link state ack received.\n", p->name); - ospf_lsack_rx ((struct ospf_lsack_packet *) ps, p, ifa, size); + ospf_lsack_receive((struct ospf_lsack_packet *) ps, p, ifa, size); break; default: log ("%s: Bad packet received: wrong type %u", p->name, ps->type); -- cgit v1.2.3