aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/charon/daemon.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/charon/daemon.c b/src/charon/daemon.c
index 1359a4a93..ad46c2ec1 100644
--- a/src/charon/daemon.c
+++ b/src/charon/daemon.c
@@ -489,6 +489,10 @@ private_daemon_t *daemon_create(void)
this->public.outlog = NULL;
this->public.syslog = NULL;
this->public.authlog = NULL;
+#ifdef ME
+ this->public.connect_manager = NULL;
+ this->public.mediation_manager = NULL;
+#endif /* ME */
this->public.uid = 0;
this->public.gid = 0;