From: Adrian-Ken Rueegsegger Date: Sat, 14 Apr 2012 14:45:04 +0000 (+0200) Subject: Fix IKE SA inherit API doc X-Git-Tag: 5.0.2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf3c72c4804cd7745172946243459eebfadc3b63;p=thirdparty%2Fstrongswan.git Fix IKE SA inherit API doc --- diff --git a/src/libcharon/sa/ike_sa.h b/src/libcharon/sa/ike_sa.h index 37a20e7f30..625859a3f2 100644 --- a/src/libcharon/sa/ike_sa.h +++ b/src/libcharon/sa/ike_sa.h @@ -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);