From: Martin Willi Date: Mon, 4 Feb 2013 09:02:14 +0000 (+0100) Subject: lookip: double size of id field in message X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edf8a6f36afc836fa0cdd9ad91f2aff5952856d6;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 */