summaryrefslogtreecommitdiff
path: root/tests/lib/cli/common_cli.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <Jafaral@users.noreply.github.com>2017-06-30 10:00:43 -0500
committerGitHub <noreply@github.com>2017-06-30 10:00:43 -0500
commitb5a46fd2a6e047576ad6869e4fb4c4ac10fd3773 (patch)
tree147c039267a5b8ada019adccbcab8bbede446c4a /tests/lib/cli/common_cli.c
parent801ec168a41bbeed2d2935d0e396396356873cba (diff)
parent26eb0e4ff5031e791b4fd23d397dc15e1beab8d1 (diff)
Merge pull request #723 from qlyoung/fix-static-pipe-poker-buf
lib: more multithreading infra work
Diffstat (limited to 'tests/lib/cli/common_cli.c')
-rw-r--r--tests/lib/cli/common_cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cli/common_cli.c b/tests/lib/cli/common_cli.c
index 27b28b126f..728ae8cb04 100644
--- a/tests/lib/cli/common_cli.c
+++ b/tests/lib/cli/common_cli.c
@@ -67,7 +67,7 @@ main (int argc, char **argv)
umask (0027);
/* master init. */
- master = thread_master_create ();
+ master = thread_master_create(NULL);
openzlog("common-cli", "NONE", 0, LOG_CONS | LOG_NDELAY | LOG_PID,
LOG_DAEMON);