summaryrefslogtreecommitdiff
path: root/tests/lib/test_segv.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/test_segv.c')
-rw-r--r--tests/lib/test_segv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_segv.c b/tests/lib/test_segv.c
index c43431622d..14384f4327 100644
--- a/tests/lib/test_segv.c
+++ b/tests/lib/test_segv.c
@@ -45,7 +45,7 @@ threadfunc (struct thread *thread)
int
main (void)
{
- master = thread_master_create ();
+ master = thread_master_create(NULL);
signal_init (master, array_size(sigs), sigs);
openzlog("testsegv", "NONE", 0, LOG_CONS | LOG_NDELAY | LOG_PID, LOG_DAEMON);