Index: src/conf.c =================================================================== --- src/conf.c (revision 2404) +++ src/conf.c (revision 2405) @@ -794,7 +794,7 @@ lht_node_t *conf_lht_get_at(conf_role_t target, const char *path, int create) { - lht_node_t *n, *r; + lht_node_t *r; char *pc, *end; if (conf_root[target] == NULL) { if (!create)