aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/message.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-02 16:09:04 +0000
committerMartin Willi <martin@strongswan.org>2005-12-02 16:09:04 +0000
commit01de2f3cd5b2eeb9e39ba5c80926a0cf4f7df033 (patch)
treed4c6680711967ca03b55bde5806d60b7eac732cd /Source/charon/encoding/message.c
parent94b0f906e6a97f1130170351cb9ec2a48df7f4a5 (diff)
downloadstrongswan-01de2f3cd5b2eeb9e39ba5c80926a0cf4f7df033.tar.bz2
strongswan-01de2f3cd5b2eeb9e39ba5c80926a0cf4f7df033.tar.xz
- fixes
Diffstat (limited to 'Source/charon/encoding/message.c')
-rw-r--r--Source/charon/encoding/message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/encoding/message.c b/Source/charon/encoding/message.c
index a6d237550..7fea8aea3 100644
--- a/Source/charon/encoding/message.c
+++ b/Source/charon/encoding/message.c
@@ -147,7 +147,7 @@ static supported_payload_entry_t supported_ike_auth_r_payloads[] =
{
{NOTIFY,0,1,TRUE,TRUE},
{CERTIFICATE,0,1,TRUE,FALSE},
- {ID_RESPONDER,0,1,TRUE,FALSE},
+ {ID_RESPONDER,1,1,TRUE,FALSE},
{AUTHENTICATION,1,1,TRUE,FALSE},
{SECURITY_ASSOCIATION,1,1,TRUE,FALSE},
{TRAFFIC_SELECTOR_INITIATOR,1,1,TRUE,FALSE},