Skip to content

Commit

Permalink
Make smsotp -C safe. Addresses #559
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Mar 23, 2014
1 parent 1d565e6 commit ff5834f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_smsotp/rlm_smsotp.c
Expand Up @@ -339,7 +339,7 @@ static rlm_rcode_t mod_authorize(UNUSED void *instance, UNUSED REQUEST *request)
module_t rlm_smsotp = {
RLM_MODULE_INIT,
"smsotp",
RLM_TYPE_THREAD_SAFE, /* type */
RLM_TYPE_THREAD_SAFE | RLM_TYPE_CHECK_CONFIG_SAFE, /* type */
sizeof(rlm_smsotp_t),
module_config,
mod_instantiate, /* instantiation */
Expand Down

0 comments on commit ff5834f

Please sign in to comment.