Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 20, 2015
1 parent 341da67 commit 9bb2a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/modules.c
Expand Up @@ -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));

Expand Down

0 comments on commit 9bb2a54

Please sign in to comment.