From c6bc167c0b29286eaf83663e541773495efe7f42 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 6 Feb 2015 16:43:33 +0100 Subject: [PATCH] stroke: Double the stroke message string buffer size --- src/stroke/stroke_msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h index 60886cf7fe..c2b923f6db 100644 --- a/src/stroke/stroke_msg.h +++ b/src/stroke/stroke_msg.h @@ -32,7 +32,7 @@ */ #define STROKE_SOCKET IPSEC_PIDDIR "/charon.ctl" -#define STROKE_BUF_LEN 2048 +#define STROKE_BUF_LEN 4096 typedef enum list_flag_t list_flag_t; -- 2.47.2