From: Alan T. DeKok Date: Wed, 16 Sep 2020 12:53:44 +0000 (-0400) Subject: it helps to return an error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59cd6e1fa872a29697539b37fc20b215c07b9d89;p=thirdparty%2Ffreeradius-server.git it helps to return an error --- diff --git a/src/lib/io/master.c b/src/lib/io/master.c index b433163f709..b244ad8e13a 100644 --- a/src/lib/io/master.c +++ b/src/lib/io/master.c @@ -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; } }