summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2020-05-08 22:48:15 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2020-05-08 22:48:15 +0200
commit6b3e5c45c43c75484a8d731013b380a58e90ca54 (patch)
tree37faf77e01b2e369e7792ca2b87ef7496bd824f5
parentccf13f91a2883fe1423499787fa03dd561dfed4d (diff)
WIP fixes
-rw-r--r--nest/bfd.h1
-rw-r--r--proto/wireguard/wireguard.c2
2 files changed, 2 insertions, 1 deletions
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)
{