]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Inst not used in winbind
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 12 May 2024 17:39:41 +0000 (11:39 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 12 May 2024 17:39:41 +0000 (11:39 -0600)
src/modules/rlm_winbind/rlm_winbind.c

index 9bfbdf75aa82ee52b2c126ea8d53e0d5bc936f2f..5d5978a0413f4818a8138afb0babfc38b6647c78 100644 (file)
@@ -537,7 +537,6 @@ static const call_env_method_t winbind_group_xlat_call_env = {
  */
 static int mod_bootstrap(module_inst_ctx_t const *mctx)
 {
-       rlm_winbind_t const     *inst = talloc_get_type_abort(mctx->mi->data, rlm_winbind_t);
        CONF_SECTION            *conf = mctx->mi->conf;
        xlat_t                  *xlat;