diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2017-06-30 10:00:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-30 10:00:43 -0500 |
| commit | b5a46fd2a6e047576ad6869e4fb4c4ac10fd3773 (patch) | |
| tree | 147c039267a5b8ada019adccbcab8bbede446c4a /tests/lib/cli/common_cli.c | |
| parent | 801ec168a41bbeed2d2935d0e396396356873cba (diff) | |
| parent | 26eb0e4ff5031e791b4fd23d397dc15e1beab8d1 (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.c | 2 |
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); |
