Fix IKE SA inherit API doc

This commit is contained in:
Adrian-Ken Rueegsegger
2013-01-22 11:02:20 +01:00
committed by Tobias Brunner
parent 325efdaca8
commit cf3c72c480
+1 -2
View File
@@ -1026,9 +1026,8 @@ struct ike_sa_t {
* *
* When rekeying is completed, all CHILD_SAs, the virtual IP and all * When rekeying is completed, all CHILD_SAs, the virtual IP and all
* outstanding tasks are moved from other to this. * 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); void (*inherit) (ike_sa_t *this, ike_sa_t *other);