diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-07 09:53:33 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-07 09:53:33 +0000 |
commit | 283dbcc590bad473bb5d982b94fc59775835f11d (patch) | |
tree | 291cac72cfb707481c8b06ab07a97b75a4f8e16f /Source/charon/daemon.h | |
parent | 1c7d92a7f69783f222ed261501ff163de5112880 (diff) | |
download | strongswan-283dbcc590bad473bb5d982b94fc59775835f11d.tar.bz2 strongswan-283dbcc590bad473bb5d982b94fc59775835f11d.tar.xz |
- cleanup of states ike_auth_requested and ike_sa_init_responded
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 14afdc75d..d97e9b2ef 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -86,7 +86,7 @@ * This is the maximum allowed level for ever context, the definiton * of the context may be less verbose. */ -#define DEFAULT_LOGLEVEL CONTROL | ERROR +#define DEFAULT_LOGLEVEL CONTROL | ERROR | AUDIT typedef struct daemon_t daemon_t; |