]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
We apparently don't cache this anymore
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 4 Nov 2021 20:01:31 +0000 (16:01 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 4 Nov 2021 20:01:31 +0000 (16:01 -0400)
src/bin/radiusd.c

index 182c25a3584a71d855493728d7798219779d3959..1e5f151b6287e0931a58f0161d5b4a4d3d7435ec 100644 (file)
@@ -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); \