]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
lookip: double size of id field in message
authorMartin Willi <martin@revosec.ch>
Mon, 4 Feb 2013 09:02:14 +0000 (10:02 +0100)
committerMartin Willi <martin@revosec.ch>
Thu, 18 Jul 2013 14:00:30 +0000 (16:00 +0200)
src/libcharon/plugins/lookip/lookip_msg.h

index 28c02d0de71f009c680900a6a0469ae0b8f57f0f..83b765eceb6192faa142c387e1e5ffc253485775 100644 (file)
@@ -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 */