aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/stroke.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/stroke.c')
-rw-r--r--Source/charon/stroke.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/charon/stroke.c b/Source/charon/stroke.c
index 8f5f32497..6f4ceb879 100644
--- a/Source/charon/stroke.c
+++ b/Source/charon/stroke.c
@@ -77,10 +77,10 @@ static int send_stroke_msg (stroke_msg_t *msg)
}
static int add_connection(char *name,
- char *my_id, char *other_id,
- char *my_addr, char *other_addr,
- char *my_net, char *other_net,
- u_int8_t my_netmask, u_int8_t other_netmask)
+ char *my_id, char *other_id,
+ char *my_addr, char *other_addr,
+ char *my_net, char *other_net,
+ u_int8_t my_netmask, u_int8_t other_netmask)
{
stroke_msg_t *msg = malloc(sizeof(stroke_msg_t));
int res;