lookip: double size of id field in message

This commit is contained in:
Martin Willi 2013-02-04 10:02:14 +01:00
parent f33d1d503f
commit f7cff7fac4
1 changed files with 1 additions and 1 deletions

View 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 */