]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Not used yet...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 1 Nov 2019 14:29:35 +0000 (08:29 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 1 Nov 2019 14:29:35 +0000 (08:29 -0600)
src/modules/rlm_unbound/rlm_unbound.c

index 30949de38cdcb20b910955029c574ea6a90d9b88..3ab7614510885a7f0276a02033201f52b7f1a620 100644 (file)
@@ -728,7 +728,6 @@ module_t rlm_unbound = {
        .name                   = "unbound",
        .type                   = RLM_TYPE_THREAD_SAFE,
        .inst_size              = sizeof(rlm_unbound_t),
-       .thread_inst_size       = sizeof(rlm_unbound_thread_t),
        .config                 = module_config,
        .bootstrap              = mod_bootstrap,
        .instantiate            = mod_instantiate,