diff options
Diffstat (limited to 'ospfd/ospf_zebra.c')
| -rw-r--r-- | ospfd/ospf_zebra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_zebra.c b/ospfd/ospf_zebra.c index 4a31c9a9a6..38a4228ce6 100644 --- a/ospfd/ospf_zebra.c +++ b/ospfd/ospf_zebra.c @@ -338,7 +338,7 @@ ospf_interface_bfd_dest_down (int command, struct zclient *zclient, struct route_node *node; struct prefix p; - ifp = zebra_interface_bfd_read (zclient->ibuf, &p); + ifp = zebra_interface_bfd_read (zclient->ibuf, &p, NULL); if (ifp == NULL) return 0; |
