aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/daemon.c
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-04 13:21:25 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-04 13:21:25 +0000
commitae758c7934c1472b3dc94768fb619b7ad2482d99 (patch)
treed91447b0d25de747459388ea8debcf4966de60b7 /Source/charon/daemon.c
parentdb5dc986036b6e369925c7958ebee509714cbd9f (diff)
downloadstrongswan-ae758c7934c1472b3dc94768fb619b7ad2482d99.tar.bz2
strongswan-ae758c7934c1472b3dc94768fb619b7ad2482d99.tar.xz
- implemented event_queue
- defined tests for the event_queue
Diffstat (limited to 'Source/charon/daemon.c')
-rw-r--r--Source/charon/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/daemon.c b/Source/charon/daemon.c
index a93a730a6..bb970a954 100644
--- a/Source/charon/daemon.c
+++ b/Source/charon/daemon.c
@@ -44,7 +44,7 @@ int main()
job_queue = job_queue_create();
- tester_t *tester = tester_create(test_output, FALSE);
+ tester_t *tester = tester_create(test_output, TRUE);
tester->test_all(tester,tests);