mirror of
https://github.com/strongswan/strongswan.git
synced 2025-11-27 00:00:29 -05:00
fix double delete of old IKE_SA during reauthentication
This commit is contained in:
parent
a022f0863d
commit
f69f067958
@ -144,8 +144,8 @@ static status_t process_i(private_ike_reauth_t *this, message_t *message)
|
||||
/* set threads active IKE_SA after checkin */
|
||||
charon->bus->set_sa(charon->bus, this->ike_sa);
|
||||
|
||||
/* we always return failed to delete the obsolete IKE_SA */
|
||||
return FAILED;
|
||||
/* we always destroy the obsolete IKE_SA */
|
||||
return DESTROY_ME;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user