diff options
author | Martin Willi <martin@revosec.ch> | 2013-07-25 14:07:40 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2013-09-04 10:38:37 +0200 |
commit | beffdc6ab8cb5139c9e0b0ee2e7585c5262e702f (patch) | |
tree | 4651a6bfabd64582495c84a31fd94f76ddb53002 /src/libcharon/plugins/stroke/stroke_config.c | |
parent | 62282ec0ed3c55a28aaa10ec8ed9682ac34f8c5d (diff) | |
download | strongswan-beffdc6ab8cb5139c9e0b0ee2e7585c5262e702f.tar.bz2 strongswan-beffdc6ab8cb5139c9e0b0ee2e7585c5262e702f.tar.xz |
ike-cfg: remove the to be obsoleted allow any parameter in get_my/other_addr
Diffstat (limited to 'src/libcharon/plugins/stroke/stroke_config.c')
-rw-r--r-- | src/libcharon/plugins/stroke/stroke_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_config.c b/src/libcharon/plugins/stroke/stroke_config.c index 2e36ce3a3..1ab32afb1 100644 --- a/src/libcharon/plugins/stroke/stroke_config.c +++ b/src/libcharon/plugins/stroke/stroke_config.c @@ -824,7 +824,7 @@ static peer_cfg_t *build_peer_cfg(private_stroke_config_t *this, } else { - if (strchr(ike_cfg->get_my_addr(ike_cfg, NULL), ':')) + if (strchr(ike_cfg->get_my_addr(ike_cfg), ':')) { vip = host_create_any(AF_INET6); } |