* - 0 on success.
* - -1 on failure.
*/
+#if 0
static int _module_dict_autoload(dl_t const *module, void *symbol, UNUSED void *user_ctx)
{
fr_dict_autoload_t const *p = *((fr_dict_autoload_t **)symbol);
while ((p++)->proto) fr_dict_autofree(p);
}
+#endif
/** Callback to automatically resolve attributes and check the types are correct
*
/*
* Register dictionary autoload callbacks
*/
- dl_symbol_init_cb_register("dict", _module_dict_autoload, NULL);
+// dl_symbol_init_cb_register("dict", _module_dict_autoload, NULL);
dl_symbol_init_cb_unregister("dict_attr", _module_dict_attr_autoload);
- dl_symbol_free_cb_register("dict", _module_dict_autofree, NULL);
+// dl_symbol_free_cb_register("dict", _module_dict_autofree, NULL);
/*
* Remember where the modules were stored.