summaryrefslogtreecommitdiff
path: root/tests/lib/fuzz_zlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/fuzz_zlog.c')
-rw-r--r--tests/lib/fuzz_zlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/fuzz_zlog.c b/tests/lib/fuzz_zlog.c
index ad9677a718..d308f8eb2f 100644
--- a/tests/lib/fuzz_zlog.c
+++ b/tests/lib/fuzz_zlog.c
@@ -94,7 +94,7 @@ int main(int argc, char **argv)
cfg->fd = fd;
cmd_hostname_set("TEST");
- cfg->master = thread_master_create("TEST");
+ cfg->master = event_master_create("TEST");
zlog_5424_apply_dst(cfg);