]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorAlan T. DeKok <aland@freeradius.org>
Thu, 3 Sep 2015 23:22:30 +0000 (19:22 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 3 Sep 2015 23:22:30 +0000 (19:22 -0400)
src/main/modules.c

index b80c737aa3ed188b69ea7a7c6ff9e0d7bcb61052..49c12dcca9767ac5aaa233eda1bd904f6a52c479 100644 (file)
@@ -781,7 +781,7 @@ module_instance_t *module_instantiate_method(CONF_SECTION *modules, char const *
        /*
         *      Find out which method is being used.
         */
-       p = strrchr(name, ".");
+       p = strrchr(name, '.');
        if (!p) return NULL;
 
        p++;