From: Douglas Bagnall Date: Tue, 17 Jan 2023 21:13:23 +0000 (+1300) Subject: dsdb:group_audit: log_membership_changes: match doxygen to code X-Git-Tag: tevent-0.17.0~432 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae0461ebe892f7b83c19ac699feb5ecb5f500e53;p=thirdparty%2Fsamba.git dsdb:group_audit: log_membership_changes: match doxygen to code Signed-off-by: Douglas Bagnall Reviewed-by: Ralph Boehme --- diff --git a/source4/dsdb/samdb/ldb_modules/group_audit.c b/source4/dsdb/samdb/ldb_modules/group_audit.c index 7f979d1392b..70e76528a7d 100644 --- a/source4/dsdb/samdb/ldb_modules/group_audit.c +++ b/source4/dsdb/samdb/ldb_modules/group_audit.c @@ -663,8 +663,9 @@ static enum event_id_type get_add_member_event(uint32_t group_type) * * @param module The ldb module. * @param request The request being logged. - * @param action Description of the action being performed. - * @param user The linearized form of the users DN + * @param el element with new memberships. + * @param old_el element with previous memberships. + * @param group_type group type flags. * @param status the LDB status code for the processing of the request. * */