Skip to content

Commit

Permalink
Remove note. We no longer need to manually unregister xlats
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 28, 2015
1 parent 4bd03a9 commit cc686dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/modules/rlm_expr/rlm_expr.c
Expand Up @@ -1659,9 +1659,6 @@ static int mod_instantiate(CONF_SECTION *conf, void *instance)

xlat_register(inst->xlat_name, expr_xlat, NULL, inst);

/*
* FIXME: unregister these, too
*/
xlat_register("rand", rand_xlat, NULL, inst);
xlat_register("randstr", randstr_xlat, NULL, inst);
xlat_register("urlquote", urlquote_xlat, NULL, inst);
Expand Down

0 comments on commit cc686dd

Please sign in to comment.