aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-02 13:45:47 +0000
committerMartin Willi <martin@strongswan.org>2005-12-02 13:45:47 +0000
commitccb37df25d6a3f51d7cd0116e26106c47b94edcf (patch)
tree0a0d19b434de3f782269137f4fd915f3a08138cb /Source/charon/encoding
parent5534ee84762511895f501a36dc0914783569d5ff (diff)
downloadstrongswan-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')
-rw-r--r--Source/charon/encoding/message.c1
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;
}