aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ha/ha_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/plugins/ha/ha_plugin.c')
-rw-r--r--src/libcharon/plugins/ha/ha_plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcharon/plugins/ha/ha_plugin.c b/src/libcharon/plugins/ha/ha_plugin.c
index 9d25b0188..037b69bac 100644
--- a/src/libcharon/plugins/ha/ha_plugin.c
+++ b/src/libcharon/plugins/ha/ha_plugin.c
@@ -137,7 +137,8 @@ static bool initialize_plugin(private_ha_plugin_t *this)
this->kernel = ha_kernel_create(count);
this->segments = ha_segments_create(this->socket, this->kernel, this->tunnel,
count, strcmp(local, remote) > 0, monitor);
- this->cache = ha_cache_create(this->kernel, this->socket, resync, count);
+ this->cache = ha_cache_create(this->kernel, this->socket, this->tunnel,
+ resync, count);
if (fifo)
{
this->ctl = ha_ctl_create(this->segments, this->cache);