strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58ac5e2
)
correctly initialize the mediation and connection manager
author
Tobias Brunner
<tobias@strongswan.org>
Thu, 22 May 2008 11:33:35 +0000
(11:33 -0000)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 22 May 2008 11:33:35 +0000
(11:33 -0000)
src/charon/daemon.c
patch
|
blob
|
history
diff --git
a/src/charon/daemon.c
b/src/charon/daemon.c
index
1359a4a
..
ad46c2e
100644
(file)
--- 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;