summaryrefslogtreecommitdiff
path: root/proto/wireguard/wireguard.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/wireguard/wireguard.c')
-rw-r--r--proto/wireguard/wireguard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/wireguard/wireguard.c b/proto/wireguard/wireguard.c
index 4d683d14..cb7c2f31 100644
--- a/proto/wireguard/wireguard.c
+++ b/proto/wireguard/wireguard.c
@@ -478,7 +478,7 @@ wg_rt_notify(struct proto *P, struct channel *CH, struct network *n,
req = bfd_request_session(P->pool, *nh_ip, ne->ifa->ip,
NULL, //iface,
P->vrf,
- wg_bfd_notify, data);
+ wg_bfd_notify, data, NULL);
if (!req) {
log(L_WARN "bfd_request_session failed");
}