correctly initialize the mediation and connection manager

This commit is contained in:
Tobias Brunner
2008-05-22 11:33:35 +00:00
parent 58ac5e2ff4
commit 31430acc1b
+4
View File
@@ -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;