From: Arran Cudbard-Bell Date: Thu, 4 Nov 2021 20:01:31 +0000 (-0400) Subject: We apparently don't cache this anymore X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3354fc1ed1a69bb920113e5f5db8032d2dbe0d5d;p=thirdparty%2Ffreeradius-server.git We apparently don't cache this anymore --- diff --git a/src/bin/radiusd.c b/src/bin/radiusd.c index 182c25a358..1e5f151b62 100644 --- a/src/bin/radiusd.c +++ b/src/bin/radiusd.c @@ -198,7 +198,7 @@ static void fr_exit_after(fr_event_list_t *el, fr_time_t now, void *uctx) #define DUMP_CAPABILITIES(_phase) \ { \ char *cap_str; \ - if (fr_cap_set_to_str(autofree, &cap_str) < 0) { \ + if (fr_cap_set_to_str(talloc_autofree_context(), &cap_str) < 0) { \ PWARN("Failed retrieving %s capabilities", _phase); \ } else { \ INFO("%s capabilities: %s", cap_str, _phase); \