From 1239c6f40b9940a9b15d514a72e93dae323c6c04 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 8 Sep 2006 06:12:02 +0000 Subject: implemented handling of dpdaction and dpddelay ipsec.conf parameters --- src/charon/threads/stroke_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charon/threads/stroke_interface.c') diff --git a/src/charon/threads/stroke_interface.c b/src/charon/threads/stroke_interface.c index 55a3b79c3..b8bdd5a99 100755 --- a/src/charon/threads/stroke_interface.c +++ b/src/charon/threads/stroke_interface.c @@ -412,7 +412,7 @@ static void stroke_add_conn(private_stroke_t *this, stroke_msg_t *msg) msg->add_conn.rekey.ipsec_lifetime, msg->add_conn.rekey.ipsec_lifetime - msg->add_conn.rekey.margin, msg->add_conn.rekey.margin * msg->add_conn.rekey.fuzz / 100, - msg->add_conn.me.updown, msg->add_conn.dpd.route); + msg->add_conn.me.updown, msg->add_conn.dpd.action); policy->add_my_traffic_selector(policy, my_ts); policy->add_other_traffic_selector(policy, other_ts); policy->add_authorities(policy, my_ca, other_ca); -- cgit v1.2.3