diff options
author | Martin Willi <martin@revosec.ch> | 2012-08-24 12:31:24 +0000 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-08-30 16:43:42 +0200 |
commit | 497ce2cf51d3e80302e24e5bdf7df566d80b4828 (patch) | |
tree | 311e91603cae7981db1ace7009a0e880cb87eed5 /src/libcharon/plugins/medsrv/medsrv_config.c | |
parent | 101d26babeae0a6444bf7a355cbd3fb2e7497fae (diff) | |
download | strongswan-497ce2cf51d3e80302e24e5bdf7df566d80b4828.tar.bz2 strongswan-497ce2cf51d3e80302e24e5bdf7df566d80b4828.tar.xz |
Support multiple address pools configured on a peer_cfg
Diffstat (limited to 'src/libcharon/plugins/medsrv/medsrv_config.c')
-rw-r--r-- | src/libcharon/plugins/medsrv/medsrv_config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcharon/plugins/medsrv/medsrv_config.c b/src/libcharon/plugins/medsrv/medsrv_config.c index edbf9cc88..ff33c53e1 100644 --- a/src/libcharon/plugins/medsrv/medsrv_config.c +++ b/src/libcharon/plugins/medsrv/medsrv_config.c @@ -94,7 +94,6 @@ METHOD(backend_t, create_peer_cfg_enumerator, enumerator_t*, this->rekey*5, this->rekey*3, /* jitter, overtime */ TRUE, FALSE, /* mobike, aggressiv */ this->dpd, 0, /* DPD delay, timeout */ - NULL, /* pool */ TRUE, NULL, NULL); /* mediation, med by, peer id */ e->destroy(e); |