aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke/stroke.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stroke/stroke.c')
-rw-r--r--src/stroke/stroke.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stroke/stroke.c b/src/stroke/stroke.c
index 6b2e33d1f..3f2a661ba 100644
--- a/src/stroke/stroke.c
+++ b/src/stroke/stroke.c
@@ -129,9 +129,9 @@ static int add_connection(char *name,
msg.add_conn.dpd.delay = 0;
msg.add_conn.dpd.action = 1;
- msg.add_conn.p2p.mediation = 0;
- msg.add_conn.p2p.mediated_by = NULL;
- msg.add_conn.p2p.peerid = NULL;
+ msg.add_conn.ikeme.mediation = 0;
+ msg.add_conn.ikeme.mediated_by = NULL;
+ msg.add_conn.ikeme.peerid = NULL;
msg.add_conn.me.id = push_string(&msg, my_id);
msg.add_conn.me.address = push_string(&msg, my_addr);