Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 21, 2023
1 parent 4026929 commit 1a2254d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/unlang/edit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,10 @@ static unlang_action_t unlang_edit_state_init(rlm_rcode_t *p_result, request_t *

/** Push a map onto the stack for edit evaluation
*
* If the "success" variable returns "false", the caller should free the edit list. At which point all edits will be undone.
* If the "success" variable returns "false", the caller should call fr_edit_list_abort().
*
* If the "success" variable returns "true", the caller can free the edit list (or rely on talloc to do that)
* and the transaction will be finalized.
*
* @param[in] request The current request.
* @param[out] success Whether or not the edit succeeded
Expand Down

0 comments on commit 1a2254d

Please sign in to comment.