From 17c64d5ff9bd2076883f4d5eea23923e61b857ff Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 3 Jan 2012 11:59:21 +0100 Subject: [PATCH] Establish IKE_SA only once as XAuth responder --- src/libcharon/sa/ikev1/tasks/xauth.c | 1 - 1 file changed, 1 deletion(-) 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 {