summaryrefslogtreecommitdiff
path: root/lib/grammar_sandbox_main.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 /lib/grammar_sandbox_main.c
parent801ec168a41bbeed2d2935d0e396396356873cba (diff)
parent26eb0e4ff5031e791b4fd23d397dc15e1beab8d1 (diff)
Merge pull request #723 from qlyoung/fix-static-pipe-poker-buf
lib: more multithreading infra work
Diffstat (limited to 'lib/grammar_sandbox_main.c')
-rw-r--r--lib/grammar_sandbox_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/grammar_sandbox_main.c b/lib/grammar_sandbox_main.c
index 3bf0e268cf..02aefd603d 100644
--- a/lib/grammar_sandbox_main.c
+++ b/lib/grammar_sandbox_main.c
@@ -38,7 +38,7 @@ int main(int argc, char **argv)
{
struct thread thread;
- master = thread_master_create ();
+ master = thread_master_create(NULL);
openzlog ("grammar_sandbox", "NONE", 0,
LOG_CONS|LOG_NDELAY|LOG_PID, LOG_DAEMON);