diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-03-11 18:07:24 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-03-11 18:07:24 +0100 |
commit | e7b76b976084006e430543f4b872f624326dbfe6 (patch) | |
tree | f215cce7aaeddfdb03164b67381d5eddb889d03f /proto/ospf/lsreq.c | |
parent | 353729f513aa6a1f9e7f66083a0f9d2117fe2be5 (diff) |
Temoporary OSPF commit - socket changes.
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 b61e0ce5..1ba4fff9 100644 --- a/proto/ospf/lsreq.c +++ b/proto/ospf/lsreq.c @@ -44,7 +44,7 @@ ospf_lsreq_send(struct ospf_neighbor *n) int i, j; struct proto *p = &n->ifa->oa->po->proto; - pk = ospf_tx_buffer(); + pk = ospf_tx_buffer(n->ifa); op = &pk->ospf_packet; ospf_pkt_fill_hdr(n->ifa, pk, LSREQ_P); |