From 6b3e5c45c43c75484a8d731013b380a58e90ca54 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 8 May 2020 22:48:15 +0200 Subject: WIP fixes --- nest/bfd.h | 1 + proto/wireguard/wireguard.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nest/bfd.h b/nest/bfd.h index 36add991..a7daa7f1 100644 --- a/nest/bfd.h +++ b/nest/bfd.h @@ -7,6 +7,7 @@ #ifndef _BIRD_NBFD_H_ #define _BIRD_NBFD_H_ +#include "conf/conf.h" #include "lib/lists.h" #include "lib/resource.h" diff --git a/proto/wireguard/wireguard.c b/proto/wireguard/wireguard.c index 9129e224..10c71222 100644 --- a/proto/wireguard/wireguard.c +++ b/proto/wireguard/wireguard.c @@ -738,7 +738,7 @@ wg_shutdown(struct proto *P) struct wg_proto *p = (struct wg_proto*)P; wg_device *dev = NULL; - og_msg(L_INFO "wg_shutdown"); + log_msg(L_INFO "wg_shutdown"); WG_TRACE(D_EVENTS, "WG: wg_shutdown"); if (get_device(p, &p->dev, cf->ifname) >= 0) { -- cgit v1.2.3