diff options
author | Martin Willi <martin@strongswan.org> | 2006-02-09 10:16:20 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-02-09 10:16:20 +0000 |
commit | 93df94acade3b53a8110b5a9b3c60c8e358eb85f (patch) | |
tree | b07293244c237860778b1a03d2fd71791ea5807f /Source/charon/daemon.h | |
parent | c06dbbabd1498d614d4db88bb4205e2afcd6dab8 (diff) | |
download | strongswan-93df94acade3b53a8110b5a9b3c60c8e358eb85f.tar.bz2 strongswan-93df94acade3b53a8110b5a9b3c60c8e358eb85f.tar.xz |
- works with new proposal code
- still some(!) memleaks
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index 0b474eab6..8d466dc76 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -79,7 +79,7 @@ * This is the maximum allowed level for ever context, the definiton * of the context may be less verbose. */ -#define DEFAULT_LOGLEVEL CONTROL | ERROR | AUDIT | FULL +#define DEFAULT_LOGLEVEL CONTROL | ERROR | AUDIT typedef struct daemon_t daemon_t; |