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 /ospfclient/ospfclient.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 'ospfclient/ospfclient.c')
| -rw-r--r-- | ospfclient/ospfclient.c | 2 |
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); |
