]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: remove minor WTF in instance creation
authorDavid Lamparter <equinox@diac24.net>
Thu, 1 Aug 2019 16:39:19 +0000 (18:39 +0200)
committerDavid Lamparter <equinox@diac24.net>
Fri, 6 Dec 2019 14:13:32 +0000 (15:13 +0100)
commit8908161ff7d81df03485fd44130ff5ba0ad4d6ea
treebfc5a6769c2ff3bf251cce89d4e43e9db4bdd63d
parent5d5393b943c500c63770a06df9036a1558d0f100
ospfd: remove minor WTF in instance creation

Well, "obviously" this condition block is pointless, since
ospf_router_id_update is called afterwards unconditionally...

(And even if it were needed, it would need to go in ospf_get too.)

Signed-off-by: David Lamparter <equinox@diac24.net>
ospfd/ospfd.c