]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 18 Apr 2017 20:32:26 +0000 (16:32 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 18 Apr 2017 20:33:04 +0000 (16:33 -0400)
src/modules/rlm_client/rlm_client.c

index 328aee49bb1b60d1153b4353beaa9b9e9a685a14..8888052b404ccc2ed66c032279f3cae8d3f33a78 100644 (file)
@@ -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 */