From 9b7de4c4d13a5701aac446627672e65fce9e1a9d Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 4 Jun 2004 20:41:02 +0000 Subject: 'struct proto' removed Finally, I found the bug reported by Andreas Steinmetz. FIXED. --- 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 ce7a629..63a9543 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -188,7 +188,7 @@ ospf_rx_hook (sock *sk, int size) break; case LSUPD_P: DBG ("%s: Link state update received.\n", p->name); - ospf_lsupd_rx ((struct ospf_lsupd_packet *) ps, p, ifa, size); + ospf_lsupd_receive((struct ospf_lsupd_packet *) ps, ifa, size); break; case LSACK_P: DBG ("%s: Link state ack received.\n", p->name); -- cgit v1.2.3