From: Alan T. DeKok Date: Sat, 28 Aug 2021 12:48:57 +0000 (-0400) Subject: fix scan / warnings X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8c26e5145df57419809cf20d0340f392eafd50;p=thirdparty%2Ffreeradius-server.git fix scan / warnings --- diff --git a/src/lib/util/machine.c b/src/lib/util/machine.c index 3e929f29cd1..4bdb8652139 100644 --- a/src/lib/util/machine.c +++ b/src/lib/util/machine.c @@ -232,6 +232,7 @@ fr_machine_t *fr_machine_alloc(TALLOC_CTX *ctx, fr_machine_def_t const *def, voi fr_assert(m->current->def); fr_assert(!m->current->def->enter); fr_assert(!m->current->def->exit); + fr_assert(m->current->def->process); next = m->current->def->process(m, uctx); fr_assert(next >= 0);