Skip to content

Commit

Permalink
Actually add the module failure msg
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jun 14, 2013
1 parent c14c40a commit 6f5a53d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/rlm_exec/rlm_exec.c
Expand Up @@ -315,6 +315,7 @@ static rlm_rcode_t exec_dispatch(void *instance, REQUEST *request)
}

REDEBUG("%s", msg);
module_failure_msg(request, msg);
}

return result-1;
Expand Down

0 comments on commit 6f5a53d

Please sign in to comment.