aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ha
diff options
context:
space:
mode:
authorReto Buerki <buerki@swiss-it.ch>2010-04-22 17:03:29 +0200
committerMartin Willi <martin@revosec.ch>2010-05-04 14:38:34 +0200
commit277fcf9f86b03bcedca1e876fdd293f65f7f16a8 (patch)
treeea6f7391188eda0678aa9d1e7bfa4fb9dd3ea323 /src/libcharon/plugins/ha
parent1f83541d7bedf3876b8618ef3f45d303d97f9ec7 (diff)
downloadstrongswan-277fcf9f86b03bcedca1e876fdd293f65f7f16a8.tar.bz2
strongswan-277fcf9f86b03bcedca1e876fdd293f65f7f16a8.tar.xz
Add reqid field and getter function to child_cfg_t.
Diffstat (limited to 'src/libcharon/plugins/ha')
-rw-r--r--src/libcharon/plugins/ha/ha_tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/ha/ha_tunnel.c b/src/libcharon/plugins/ha/ha_tunnel.c
index b3511e5f0..faa3b2c5b 100644
--- a/src/libcharon/plugins/ha/ha_tunnel.c
+++ b/src/libcharon/plugins/ha/ha_tunnel.c
@@ -234,7 +234,7 @@ static void setup_tunnel(private_ha_tunnel_t *this,
peer_cfg->add_auth_cfg(peer_cfg, auth_cfg, FALSE);
child_cfg = child_cfg_create("ha", &lifetime, NULL, TRUE,
- MODE_TRANSPORT, ACTION_NONE, ACTION_NONE, FALSE, 0);
+ MODE_TRANSPORT, ACTION_NONE, ACTION_NONE, FALSE, 0, 0);
ts = traffic_selector_create_dynamic(IPPROTO_UDP, HA_PORT, HA_PORT);
child_cfg->add_traffic_selector(child_cfg, TRUE, ts);
ts = traffic_selector_create_dynamic(IPPROTO_ICMP, 0, 65535);