fixed reauthentication when connections other is %any

This commit is contained in:
Martin Willi
2007-02-28 14:17:31 +00:00
parent c60c7694d2
commit 9362e063b9
+2
View File
@@ -1470,6 +1470,8 @@ static void reestablish(private_ike_sa_t *this)
other_id->destroy(other_id);
apply_config(other, this->connection, this->policy);
other->other_host->destroy(other->other_host);
other->other_host = this->other_host->clone(this->other_host);
if (this->state == IKE_ESTABLISHED)
{