Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 18, 2017
1 parent 6a680f2 commit fcd76fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/rlm_client/rlm_client.c
Expand Up @@ -338,8 +338,8 @@ static int mod_bootstrap(UNUSED CONF_SECTION *conf, void *instance)
* The server will then take care of ensuring that the module
* is single-threaded.
*/
extern rad_module_t rlm_dynamic_clients;
rad_module_t rlm_dynamic_clients = {
extern rad_module_t rlm_client;
rad_module_t rlm_client = {
.magic = RLM_MODULE_INIT,
.name = "dynamic_clients",
.type = RLM_TYPE_THREAD_SAFE, /* type */
Expand Down

0 comments on commit fcd76fc

Please sign in to comment.