From: Arran Cudbard-Bell Date: Tue, 16 Jun 2015 03:19:02 +0000 (-0400) Subject: Doxygen X-Git-Tag: release_3_0_9~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=859f5848244aa8e85e9e53cdc86aeaba6f25b4bd;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/modules/rlm_ldap/sasl.c b/src/modules/rlm_ldap/sasl.c index 159dbeb2406..4a196e1be9c 100644 --- a/src/modules/rlm_ldap/sasl.c +++ b/src/modules/rlm_ldap/sasl.c @@ -49,7 +49,7 @@ typedef struct rlm_ldap_sasl_ctx { * @param handle used for the SASL bind. * @param flags data as provided to ldap_sasl_interactive_bind. * @param ctx Our context data, containing the identity, password, realm and various other things. - * @param array of callbacks to provide responses for. + * @param sasl_callbacks Array of challenges to provide responses for. * @return SASL_OK. */ static int _sasl_interact(UNUSED LDAP *handle, UNUSED unsigned flags, void *ctx, void *sasl_callbacks)