Never register IKE_SA during checkout_new, as rekeying keeps it checked out

This commit is contained in:
Martin Willi
2010-12-07 16:30:38 +01:00
parent e6f42b0721
commit 86993d6b90
2 changed files with 2 additions and 18 deletions
-3
View File
@@ -52,9 +52,6 @@ struct ike_sa_manager_t {
/**
* Create and check out a new IKE_SA.
*
* @note If initiator equals FALSE, the returned IKE_SA is not registered
* in the manager.
*
* @param initiator TRUE for initiator, FALSE otherwise
* @returns created and checked out IKE_SA
*/