Skip to content

Commit

Permalink
Allow detail to be called from preacct
Browse files Browse the repository at this point in the history
It's generally where you want to call it if you're logging the raw request
  • Loading branch information
arr2036 committed May 7, 2015
1 parent 0983b0e commit db5ad6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/rlm_detail/rlm_detail.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ module_t rlm_detail = {
.detach = mod_detach,
.methods = {
[MOD_AUTHORIZE] = mod_authorize,
[MOD_PREACCT] = mod_accounting,
[MOD_ACCOUNTING] = mod_accounting,
#ifdef WITH_PROXY
[MOD_PRE_PROXY] = mod_pre_proxy,
Expand Down

0 comments on commit db5ad6e

Please sign in to comment.