diff options
Diffstat (limited to 'proto/ospf/lsreq.c')
-rw-r--r-- | proto/ospf/lsreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c index 98d2d06..23622fc 100644 --- a/proto/ospf/lsreq.c +++ b/proto/ospf/lsreq.c @@ -60,7 +60,7 @@ ospf_lsreq_send(struct ospf_neighbor *n) i) * sizeof(struct ospf_lsreq_header); op->length = htons(length); ospf_pkt_finalize(n->ifa, op); - sk_send_to(n->ifa->ip_sk, length, n->ip, OSPF_PROTO); + ospf_send_to(n->ifa->ip_sk, length, n->ip); OSPF_TRACE(D_PACKETS, "LS request sent to: %I", n->rid); } |