summaryrefslogtreecommitdiff
path: root/tests/helpers/c/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers/c/main.c')
-rw-r--r--tests/helpers/c/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers/c/main.c b/tests/helpers/c/main.c
index b0e80fb674..f842b03727 100644
--- a/tests/helpers/c/main.c
+++ b/tests/helpers/c/main.c
@@ -116,7 +116,7 @@ main (int argc, char **argv)
progname = ((p = strrchr (argv[0], '/')) ? ++p : argv[0]);
/* master init. */
- master = thread_master_create ();
+ master = thread_master_create(NULL);
while (1)
{