diff options
| author | Martin Willi <martin@revosec.ch> | 2011-12-17 13:31:27 +0100 |
|---|---|---|
| committer | Martin Willi <martin@revosec.ch> | 2012-03-20 17:31:25 +0100 |
| commit | ac009df132e9b7a66962e1cf860cd2e2f40be60e (patch) | |
| tree | 54d111532bd6410122d2496fab08101da8cd2f00 /src/libcharon/processing | |
| parent | d94c923648a506f9abae431592ef4bfd6609a030 (diff) | |
| download | strongswan-ac009df132e9b7a66962e1cf860cd2e2f40be60e.tar.bz2 strongswan-ac009df132e9b7a66962e1cf860cd2e2f40be60e.tar.xz | |
Pass IKE version to peer config enumerator, filter configs
Diffstat (limited to 'src/libcharon/processing')
| -rw-r--r-- | src/libcharon/processing/jobs/start_action_job.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/processing/jobs/start_action_job.c b/src/libcharon/processing/jobs/start_action_job.c index efb53acea..294ac154a 100644 --- a/src/libcharon/processing/jobs/start_action_job.c +++ b/src/libcharon/processing/jobs/start_action_job.c @@ -46,7 +46,7 @@ METHOD(job_t, execute, void, char *name; enumerator = charon->backends->create_peer_cfg_enumerator(charon->backends, - NULL, NULL, NULL, NULL); + NULL, NULL, NULL, NULL, IKE_ANY); while (enumerator->enumerate(enumerator, &peer_cfg)) { children = peer_cfg->create_child_cfg_enumerator(peer_cfg); |
