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 4e85fad..c862d73 100644 --- a/proto/ospf/lsreq.c +++ b/proto/ospf/lsreq.c @@ -116,6 +116,6 @@ ospf_lsreq_receive(struct ospf_lsreq_packet *ps, return; } } - ospf_lsupd_tx_list(n, &uplist); + ospf_lsupd_send_list(n, &uplist); rfree(upslab); } |