Fix IKE SA inherit API doc

This commit is contained in:
Adrian-Ken Rueegsegger 2012-04-14 16:45:04 +02:00 committed by Tobias Brunner
parent 325efdaca8
commit cf3c72c480

View File

@ -1026,9 +1026,8 @@ struct ike_sa_t {
*
* When rekeying is completed, all CHILD_SAs, the virtual IP and all
* outstanding tasks are moved from other to this.
* As this call may initiate inherited tasks, a status is returned.
*
* @param other other task to inherit from
* @param other other IKE SA to inherit from
*/
void (*inherit) (ike_sa_t *this, ike_sa_t *other);