diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/plugins/error_notify/error_notify_msg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/error_notify/error_notify_msg.h b/src/libcharon/plugins/error_notify/error_notify_msg.h index d031fc4c3..759d620c6 100644 --- a/src/libcharon/plugins/error_notify/error_notify_msg.h +++ b/src/libcharon/plugins/error_notify/error_notify_msg.h @@ -54,11 +54,11 @@ struct error_notify_msg_t { /** message type */ int type; /** string with an error description */ - char str[128]; + char str[384]; /** connection name, if known */ char name[64]; /** peer identity, if known */ - char id[128]; + char id[256]; /** peer address and port, if known */ char ip[60]; } __attribute__((packed)); |