stroke: Double the stroke message string buffer size

This commit is contained in:
Martin Willi
2015-02-06 16:44:39 +01:00
parent eaa964b34e
commit c6bc167c0b
+1 -1
View File
@@ -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;