]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove old comment in rlm_example
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 5 Sep 2015 21:36:22 +0000 (17:36 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 5 Sep 2015 21:43:52 +0000 (17:43 -0400)
src/modules/rlm_example/rlm_example.c

index 3dda051d5899fcba149b9835417eb07f034c772b..ed94bba8f0fe287fedd6ee28e218a89af2ee6dc8 100644 (file)
@@ -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)
 {