aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starterstroke.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-06-12 08:43:46 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-06-12 08:43:46 +0000
commit5347233204f7631609c5a2bc2f4fd65f6ed6773c (patch)
tree8544572ea1eeee8871bb285cf41ff9f0c6825eb0 /src/starter/starterstroke.c
parent299dbc604f48ed5a44029600b01d77477ecc1fd4 (diff)
downloadstrongswan-5347233204f7631609c5a2bc2f4fd65f6ed6773c.tar.bz2
strongswan-5347233204f7631609c5a2bc2f4fd65f6ed6773c.tar.xz
support for stroke listcerts|listcacerts|listall and left|rightca=
Diffstat (limited to 'src/starter/starterstroke.c')
-rw-r--r--src/starter/starterstroke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/starterstroke.c b/src/starter/starterstroke.c
index b4f85b360..25a66a0f3 100644
--- a/src/starter/starterstroke.c
+++ b/src/starter/starterstroke.c
@@ -110,7 +110,7 @@ static void starter_stroke_add_end(stroke_msg_t *msg, stroke_end_t *msg_end, sta
{
msg_end->id = push_string(msg, conn_end->id);
msg_end->cert = push_string(msg, conn_end->cert);
- msg_end->cert = push_string(msg, conn_end->cert);
+ msg_end->ca = push_string(msg, conn_end->ca);
msg_end->address = push_string(msg, inet_ntoa(conn_end->addr.u.v4.sin_addr));
msg_end->subnet = push_string(msg, inet_ntoa(conn_end->subnet.addr.u.v4.sin_addr));
msg_end->subnet_mask = conn_end->subnet.maskbits;