diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-10-07 13:46:20 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-10-07 13:46:20 +0000 |
commit | 0064eb9cf1c8d526e87d3149249445d4bc8d0248 (patch) | |
tree | 787781364f76fc0dfa0085fd1f3208b5b1f44b5a /testcode/unitauth.c | |
parent | c8864f6ba46ff3271d97b4ae1c3cc6ce01eaf18a (diff) |
Diffstat (limited to 'testcode/unitauth.c')
-rw-r--r-- | testcode/unitauth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testcode/unitauth.c b/testcode/unitauth.c index 23c57e095e97..401e93af39dc 100644 --- a/testcode/unitauth.c +++ b/testcode/unitauth.c @@ -670,6 +670,7 @@ authtest_addzone(struct auth_zones* az, const char* name, char* fname) auth_zone_set_zonefile(z, fname); z->for_upstream = 1; cfg = config_create(); + config_auto_slab_values(cfg); free(cfg->chrootdir); cfg->chrootdir = NULL; |