diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-02 13:45:47 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-02 13:45:47 +0000 |
commit | ccb37df25d6a3f51d7cd0116e26106c47b94edcf (patch) | |
tree | 0a0d19b434de3f782269137f4fd915f3a08138cb /Source/charon/encoding/message.c | |
parent | 5534ee84762511895f501a36dc0914783569d5ff (diff) | |
download | strongswan-ccb37df25d6a3f51d7cd0116e26106c47b94edcf.tar.bz2 strongswan-ccb37df25d6a3f51d7cd0116e26106c47b94edcf.tar.xz |
- state ike_auth_requested
- does now establishing of IKE_SA in both directions
Diffstat (limited to 'Source/charon/encoding/message.c')
-rw-r--r-- | Source/charon/encoding/message.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/charon/encoding/message.c b/Source/charon/encoding/message.c index 84f174365..b9f34e5d5 100644 --- a/Source/charon/encoding/message.c +++ b/Source/charon/encoding/message.c @@ -821,7 +821,6 @@ static status_t verify(private_message_t *this) } } iterator->destroy(iterator); - return SUCCESS; } |