From 31430acc1bc435b9a7c405978c31c62cc8f747d5 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 22 May 2008 11:33:35 +0000 Subject: correctly initialize the mediation and connection manager --- src/charon/daemon.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/charon/daemon.c') 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; -- cgit v1.2.3