From: Martin Willi Date: Tue, 3 Jan 2012 10:59:21 +0000 (+0100) Subject: Establish IKE_SA only once as XAuth responder X-Git-Tag: 5.0.0~338^2~9^2~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17c64d5ff9bd2076883f4d5eea23923e61b857ff;p=thirdparty%2Fstrongswan.git Establish IKE_SA only once as XAuth responder --- diff --git a/src/libcharon/sa/ikev1/tasks/xauth.c b/src/libcharon/sa/ikev1/tasks/xauth.c index 7e7e84a8ea..8d8744b3d2 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 {