Config parsing is now handled by the server core, individual modules are no longer...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 5 May 2014 09:24:38 +0000 (10:24 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 5 May 2014 09:56:48 +0000 (10:56 +0100)
src/modules/rlm_couchbase/rlm_couchbase.c

index 37bc16b..62618c8 100644 (file)
@@ -57,11 +57,6 @@ static const CONF_PARSER module_config[] = {
 static int mod_instantiate(CONF_SECTION *conf, void *instance) {
        rlm_couchbase_t *inst = instance;   /* our module instance */
 
-       /* fail on bad config */
-       if (cf_section_parse(conf, inst, module_config) < 0) {
-               ERROR("rlm_couchbase: failed to parse config");
-               /* fail */
-               return -1;
        }
 
        /* rebuild server list if needed - libcouchbase only takes a semi-colon separated list */