diff options
author | Martin Willi <martin@revosec.ch> | 2012-01-03 11:59:21 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-20 17:31:32 +0100 |
commit | 17c64d5ff9bd2076883f4d5eea23923e61b857ff (patch) | |
tree | ce63a570441a420cab0460919032fee98507379a /src | |
parent | 9c64f214f17bda979468ae5f5664c8dec5e49610 (diff) | |
download | strongswan-17c64d5ff9bd2076883f4d5eea23923e61b857ff.tar.bz2 strongswan-17c64d5ff9bd2076883f4d5eea23923e61b857ff.tar.xz |
Establish IKE_SA only once as XAuth responder
Diffstat (limited to 'src')
-rwxr-xr-x | src/libcharon/sa/ikev1/tasks/xauth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcharon/sa/ikev1/tasks/xauth.c b/src/libcharon/sa/ikev1/tasks/xauth.c index 7e7e84a8e..8d8744b3d 100755 --- a/src/libcharon/sa/ikev1/tasks/xauth.c +++ b/src/libcharon/sa/ikev1/tasks/xauth.c @@ -268,7 +268,6 @@ METHOD(task_t, process_r, status_t, { DBG1(DBG_IKE, "XAuth authentication of '%Y' (myself) successful", this->xauth->get_identity(this->xauth)); - establish(this); } else { |