]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
it helps to return an error
authorAlan T. DeKok <aland@freeradius.org>
Wed, 16 Sep 2020 12:53:44 +0000 (08:53 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 16 Sep 2020 12:53:44 +0000 (08:53 -0400)
src/lib/io/master.c

index b433163f7099f162475bdb70d01af34862371163..b244ad8e13a70b40f8883b270aed489b271b0dad 100644 (file)
@@ -2549,6 +2549,7 @@ static int mod_bootstrap(void *instance, CONF_SECTION *cs)
 
                if (!inst->app_io->track) {
                        cf_log_err(inst->app_io_conf, "Internal error: 'track_duplicates' is set, but there is no 'track' function");
+                       return -1;
                }
        }