Skip to content

Commit

Permalink
It's now thread-safe.
Browse files Browse the repository at this point in the history
All locking is done via the logfile API
  • Loading branch information
alandekok committed Apr 25, 2014
1 parent dd390a3 commit e5e8c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_detail/rlm_detail.c
Expand Up @@ -526,7 +526,7 @@ static rlm_rcode_t mod_post_proxy(void *instance, REQUEST *request)
module_t rlm_detail = {
RLM_MODULE_INIT,
"detail",
RLM_TYPE_THREAD_UNSAFE | RLM_TYPE_HUP_SAFE,
RLM_TYPE_HUP_SAFE,
sizeof(detail_instance_t),
module_config,
mod_instantiate, /* instantiation */
Expand Down

0 comments on commit e5e8c22

Please sign in to comment.