summaryrefslogtreecommitdiff
path: root/zebra/main.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-11-30 18:50:49 -0500
committerGitHub <noreply@github.com>2018-11-30 18:50:49 -0500
commit0ee78eafbd65268d0ccda1aa04eecff9664a6420 (patch)
tree22b65585ede915baa416f4274e8e7d13c1e662e5 /zebra/main.c
parent1b982ea43031fbbdab45faf0c132590144c28f6d (diff)
parentf344c66ea358c151a218e986173e60bb0295e003 (diff)
Merge pull request #3378 from opensourcerouting/remove-config-lock
*: remove the configuration lock from all daemons
Diffstat (limited to 'zebra/main.c')
-rw-r--r--zebra/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/main.c b/zebra/main.c
index 5b5ee8259a..0f1e14821b 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -390,7 +390,6 @@ int main(int argc, char **argv)
}
}
- vty_config_lockless();
zebrad.master = frr_init();
/* Initialize pthread library */