diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-11-30 18:50:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-30 18:50:49 -0500 |
| commit | 0ee78eafbd65268d0ccda1aa04eecff9664a6420 (patch) | |
| tree | 22b65585ede915baa416f4274e8e7d13c1e662e5 /ripd/rip_main.c | |
| parent | 1b982ea43031fbbdab45faf0c132590144c28f6d (diff) | |
| parent | f344c66ea358c151a218e986173e60bb0295e003 (diff) | |
Merge pull request #3378 from opensourcerouting/remove-config-lock
*: remove the configuration lock from all daemons
Diffstat (limited to 'ripd/rip_main.c')
| -rw-r--r-- | ripd/rip_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c index 4ee5994a9d..5db9c4b7e9 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -165,8 +165,6 @@ int main(int argc, char **argv) } } - vty_config_lockless(); - /* Prepare master thread. */ master = frr_init(); |
