summaryrefslogtreecommitdiff
path: root/ospfclient/ospfclient.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-08-09 14:32:44 -0400
committerGitHub <noreply@github.com>2017-08-09 14:32:44 -0400
commitf790234f2ff2e1d6c7a230e5c1d9dac280a12d44 (patch)
treeb4815bc05f3bc7f54ebf39c773af30cce3a5d19a /ospfclient/ospfclient.c
parent75d837ac60b3838e1be02156a428e183197d7ad0 (diff)
parent999f153ecea7eccb6fd541f7b38d88b7eb8dfd40 (diff)
Merge pull request #892 from opensourcerouting/watchfrr-simplify
simplify watchfrr, add --terminal, improve startup logging
Diffstat (limited to 'ospfclient/ospfclient.c')
-rw-r--r--ospfclient/ospfclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfclient/ospfclient.c b/ospfclient/ospfclient.c
index 5713105f42..03b543a786 100644
--- a/ospfclient/ospfclient.c
+++ b/ospfclient/ospfclient.c
@@ -307,6 +307,7 @@ int main(int argc, char *argv[])
}
/* Initialization */
+ zprivs_preinit(&ospfd_privs);
zprivs_init(&ospfd_privs);
master = thread_master_create(NULL);