diff options
author | Martin Willi <martin@revosec.ch> | 2013-02-04 10:02:14 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2013-07-18 16:00:30 +0200 |
commit | f7cff7fac45e7914dd742d4348be1b17b9e63e0c (patch) | |
tree | bcf6dba4307e25b0aaeb3b88e97b1d84b9ffa02c /src | |
parent | f33d1d503f15597250c1f15eec5a21103d21e55e (diff) | |
download | strongswan-f7cff7fac45e7914dd742d4348be1b17b9e63e0c.tar.bz2 strongswan-f7cff7fac45e7914dd742d4348be1b17b9e63e0c.tar.xz |
lookip: double size of id field in message
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/plugins/lookip/lookip_msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/lookip/lookip_msg.h b/src/libcharon/plugins/lookip/lookip_msg.h index 28c02d0de..83b765ece 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 */ |