summaryrefslogtreecommitdiff
path: root/ospfclient/ospfclient.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 /ospfclient/ospfclient.c
parent801ec168a41bbeed2d2935d0e396396356873cba (diff)
parent26eb0e4ff5031e791b4fd23d397dc15e1beab8d1 (diff)
Merge pull request #723 from qlyoung/fix-static-pipe-poker-buf
lib: more multithreading infra work
Diffstat (limited to 'ospfclient/ospfclient.c')
-rw-r--r--ospfclient/ospfclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfclient/ospfclient.c b/ospfclient/ospfclient.c
index affcbc9d6a..63fcafb736 100644
--- a/ospfclient/ospfclient.c
+++ b/ospfclient/ospfclient.c
@@ -326,7 +326,7 @@ main (int argc, char *argv[])
/* Initialization */
zprivs_init (&ospfd_privs);
- master = thread_master_create ();
+ master = thread_master_create(NULL);
/* Open connection to OSPF daemon */
oclient = ospf_apiclient_connect (args[1], ASYNCPORT);