thank youJeffrey, it's work !
2018-02-01 15:02 GMT+01:00 Jeffrey Frey :
> I had to figure this one out myself a few months ago. See
> src/common/plugstack.c:
>
>
> /*
> * Do not load static plugin options table in allocator context.
> */
> if (stack->type != S_
I had to figure this one out myself a few months ago. See
src/common/plugstack.c:
/*
* Do not load static plugin options table in allocator context.
*/
if (stack->type != S_TYPE_ALLOCATOR)
plugin->opts = plugin_get_sym(p, "spank_options");
In