From: Martin Willi Date: Mon, 4 Feb 2013 09:02:14 +0000 (+0100) Subject: lookip: double size of id field in message X-Git-Tag: 5.1.0rc1~10^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7cff7fac45e7914dd742d4348be1b17b9e63e0c;p=thirdparty%2Fstrongswan.git lookip: double size of id field in message --- diff --git a/src/libcharon/plugins/lookip/lookip_msg.h b/src/libcharon/plugins/lookip/lookip_msg.h index 28c02d0de7..83b765eceb 100644 --- a/src/libcharon/plugins/lookip/lookip_msg.h +++ b/src/libcharon/plugins/lookip/lookip_msg.h @@ -86,7 +86,7 @@ struct lookip_response_t { /** null terminated string representation of outer IP */ char ip[40]; /** null terminated peer identity */ - char id[128]; + char id[256]; /** null terminated connection name */ char name[40]; /** unique connection id */