From 410f1990d8f9bd16ac6bc9631f4c606f22605c81 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 23 Sep 2019 15:50:24 +0200 Subject: Wireguard: Fix wg_channel_reconfigure signature --- proto/wireguard/wireguard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto/wireguard/wireguard.c b/proto/wireguard/wireguard.c index 992399c8..4f006d1e 100644 --- a/proto/wireguard/wireguard.c +++ b/proto/wireguard/wireguard.c @@ -1031,7 +1031,8 @@ wg_channel_init(struct channel *CH, struct channel_config *CHC) } static int -wg_channel_reconfigure(struct channel *CH, struct channel_config *CHC) +wg_channel_reconfigure(struct channel *CH, struct channel_config *CHC, + int *import_changed, int *export_changed) { /* Try to reconfigure instance, returns success */ log(L_TRACE "WG: wg_channel_reconfigure"); -- cgit v1.2.3