Fix typos
authorAlan T. DeKok <aland@freeradius.org>
Thu, 26 Aug 2010 14:47:13 +0000 (16:47 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 26 Aug 2010 14:53:22 +0000 (16:53 +0200)
src/modules/rlm_dynamic_clients/rlm_dynamic_clients.c

index 6cb7710..163d7d7 100644 (file)
@@ -99,9 +99,9 @@ static int dynamic_client_authorize(UNUSED void *instance, REQUEST *request)
  *     The server will then take care of ensuring that the module
  *     is single-threaded.
  */
-module_t rlm_dynamic_client = {
+module_t rlm_dynamic_clients = {
        RLM_MODULE_INIT,
-       "example",
+       "dynamic_clients",
        RLM_TYPE_THREAD_SAFE,           /* type */
        NULL,                           /* instantiation */
        NULL,                           /* detach */