From: Arran Cudbard-Bell Date: Fri, 1 Nov 2019 14:29:35 +0000 (-0600) Subject: Not used yet... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c275bd94b758fed8a2a544c66ae9b15d85b6913;p=thirdparty%2Ffreeradius-server.git Not used yet... --- diff --git a/src/modules/rlm_unbound/rlm_unbound.c b/src/modules/rlm_unbound/rlm_unbound.c index 30949de38cd..3ab76145108 100644 --- a/src/modules/rlm_unbound/rlm_unbound.c +++ b/src/modules/rlm_unbound/rlm_unbound.c @@ -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,