From: Arran Cudbard-Bell Date: Sat, 5 Sep 2015 21:36:22 +0000 (-0400) Subject: Remove old comment in rlm_example X-Git-Tag: release_3_0_10~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44eb16f84926b2737164bedf1cd9a1aad8eedc74;p=thirdparty%2Ffreeradius-server.git Remove old comment in rlm_example --- diff --git a/src/modules/rlm_example/rlm_example.c b/src/modules/rlm_example/rlm_example.c index 3dda051d589..ed94bba8f0f 100644 --- a/src/modules/rlm_example/rlm_example.c +++ b/src/modules/rlm_example/rlm_example.c @@ -69,10 +69,6 @@ static int rlm_example_cmp(UNUSED void *instance, REQUEST *request, UNUSED VALUE * configured instance of the module. e.g. set up connections * to external databases, read configuration files, set up * dictionary entries, etc. - * - * If configuration information is given in the config section - * that must be referenced in later calls, store a handle to it - * in *instance otherwise put a null pointer there. */ static int mod_instantiate(CONF_SECTION *conf, void *instance) {