]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Sun, 20 Dec 2015 21:30:56 +0000 (16:30 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 20 Dec 2015 21:35:01 +0000 (16:35 -0500)
src/main/modules.c

index 80cf804221cf8a611bb4264ec8354722103dffb2..769f6efebd893195cee502e3a1f7adc0215824ab 100644 (file)
@@ -641,7 +641,7 @@ static module_instance_t *module_bootstrap(CONF_SECTION *cs)
         *      section. If the CS is free'd the instance will be
         *      free'd, too.
         */
-       node = talloc_zero(module_instance_tree, module_instance_t);
+       node = talloc_zero(instance_tree, module_instance_t);
        node->cs = cs;
        strlcpy(node->name, name2, sizeof(node->name));