Skip to content

Commit

Permalink
callback should be a void * in the resumption frame
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Nov 24, 2017
1 parent 000f304 commit 8c1591f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/unlang_interpret.c
Expand Up @@ -535,7 +535,7 @@ static rlm_rcode_t unlang_run(REQUEST *request);
* NULL on error
*/
static unlang_resume_t *unlang_resume_alloc(REQUEST *request,
fr_unlang_resume_callback_t callback,
void *callback,
fr_unlang_action_t signal_callback, void *rctx)
{
unlang_resume_t *mr;
Expand Down

0 comments on commit 8c1591f

Please sign in to comment.