diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-05-12 10:05:49 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-05-12 10:05:49 +0000 |
commit | a50818ed46e96218e424efd26f310471e613d1a8 (patch) | |
tree | 1335bab21b993f3f9f65de6dc6329cebd8db54a0 /src/starter/args.c | |
parent | f85d02a419d61c0e6f6b560fbfc3f76441c5bc53 (diff) | |
download | strongswan-a50818ed46e96218e424efd26f310471e613d1a8.tar.bz2 strongswan-a50818ed46e96218e424efd26f310471e613d1a8.tar.xz |
plutostderrlog parameter now declares a stderr redirection file
Diffstat (limited to 'src/starter/args.c')
-rw-r--r-- | src/starter/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/args.c b/src/starter/args.c index 185d363da..fb3587eb2 100644 --- a/src/starter/args.c +++ b/src/starter/args.c @@ -170,7 +170,7 @@ static const token_info_t token_info[] = { ARG_STR, offsetof(starter_config_t, setup.charondebug), NULL }, { ARG_STR, offsetof(starter_config_t, setup.prepluto), NULL }, { ARG_STR, offsetof(starter_config_t, setup.postpluto), NULL }, - { ARG_ENUM, offsetof(starter_config_t, setup.plutostderrlog), LST_bool }, + { ARG_STR, offsetof(starter_config_t, setup.plutostderrlog), NULL }, { ARG_ENUM, offsetof(starter_config_t, setup.uniqueids), LST_unique }, { ARG_UINT, offsetof(starter_config_t, setup.overridemtu), NULL }, { ARG_TIME, offsetof(starter_config_t, setup.crlcheckinterval), NULL }, |