* and provide the result in p_result.
* @return
* - UNLANG_ACTION_FAIL on error.
- * - UNLANG_ACTION_YIELD on success.
+ * - UNLANG_ACTION_PUSHED_CHILD on success.
* - UNLANG_ACTION_CALCULATE_RESULT if the query was run synchronously.
*/
unlang_action_t fr_ldap_trunk_search(rlm_rcode_t *p_result,
* @param[in] clientctrls specific to this query.
* @return
* - UNLANG_ACTION_FAIL on error.
- * - UNLANG_ACTION_YIELD on success.
- * - UNLANG_ACTION_CALCULATE_RESULT if the query was run synchronously.
+ * - UNLANG_ACTION_PUSHED_CHILD on success.
*/
unlang_action_t fr_ldap_trunk_modify(rlm_rcode_t *p_result,
TALLOC_CTX *ctx,
* @param[in] clientctrls specific to this query.
* @return
* - UNLANG_ACTION_FAIL on error.
- * - UNLANG_ACTION_YIELD on success.
- * - UNLANG_ACTION_CALCULATE_RESULT if the query was run synchronously.
+ * - UNLANG_ACTION_PUSHED_CHILD on success.
*/
unlang_action_t fr_ldap_trunk_extended(rlm_rcode_t *p_result,
TALLOC_CTX *ctx,