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