Skip to content

Commit

Permalink
This module is thread-safe.
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Mar 23, 2014
1 parent a295665 commit cb193cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_exec/rlm_exec.c
Expand Up @@ -479,7 +479,7 @@ static rlm_rcode_t mod_accounting(void *instance, REQUEST *request)
module_t rlm_exec = {
RLM_MODULE_INIT,
"exec", /* Name */
RLM_TYPE_CHECK_CONFIG_SAFE, /* type */
RLM_TYPE_THREAD_SAFE | RLM_TYPE_CHECK_CONFIG_SAFE, /* type */
sizeof(rlm_exec_t),
module_config,
mod_instantiate, /* instantiation */
Expand Down

0 comments on commit cb193cd

Please sign in to comment.