]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Create opendirectory instance data
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 23 May 2018 05:28:26 +0000 (11:28 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 23 May 2018 05:28:26 +0000 (11:28 +0600)
src/modules/rlm_opendirectory/rlm_opendirectory.c

index 6b120e5300898b87121c4fd43354287bdbc0183c..e0d6bf680243464a5d679dcc04e611cd99ed8ed2 100644 (file)
@@ -506,6 +506,7 @@ extern rad_module_t rlm_opendirectory;
 rad_module_t rlm_opendirectory = {
        .magic          = RLM_MODULE_INIT,
        .name           = "opendirectory",
+       .inst_size      = sizeof(rlm_opendirectory_t),
        .type           = RLM_TYPE_THREAD_SAFE,
        .bootstrap      = mod_bootstrap,
        .methods = {