diff options
Diffstat (limited to 'proto/ospf/packet.c')
-rw-r--r-- | proto/ospf/packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/packet.c b/proto/ospf/packet.c index 90ac7de..ea10fc9 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -184,7 +184,7 @@ ospf_rx_hook (sock * sk, int size) break; case LSREQ_P: DBG ("%s: Link state request received.\n", p->name); - ospf_lsreq_rx ((struct ospf_lsreq_packet *) ps, p, ifa, size); + ospf_lsreq_receive((struct ospf_lsreq_packet *) ps, ifa, size); break; case LSUPD_P: DBG ("%s: Link state update received.\n", p->name); |