diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-05-02 15:55:46 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-05-02 15:55:46 +0200 |
commit | 61e48488d9c07c87cf78930a8bc1ed5cb8eb5f86 (patch) | |
tree | 4ab26c9b14ca1169c3e490f7e89f8fffa48e7bae /src/starter/args.c | |
parent | a48484322eaab334be4b3c914396093f984892aa (diff) | |
download | strongswan-61e48488d9c07c87cf78930a8bc1ed5cb8eb5f86.tar.bz2 strongswan-61e48488d9c07c87cf78930a8bc1ed5cb8eb5f86.tar.xz |
final fix for cloning and deleting sourceip strings
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 c2614cd14..512f2f46f 100644 --- a/src/starter/args.c +++ b/src/starter/args.c @@ -253,7 +253,7 @@ static const token_info_t token_info[] = { ARG_STR, offsetof(starter_end_t, subnet), NULL }, { ARG_MISC, 0, NULL /* KW_SUBNETWITHIN */ }, { ARG_MISC, 0, NULL /* KW_PROTOPORT */ }, - { ARG_MISC, 0, NULL /* KW_SOURCEIP */ }, + { ARG_STR, offsetof(starter_end_t, sourceip), NULL }, { ARG_MISC, 0, NULL /* KW_NATIP */ }, { ARG_ENUM, offsetof(starter_end_t, firewall), LST_bool }, { ARG_ENUM, offsetof(starter_end_t, hostaccess), LST_bool }, |