]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: rn may be null
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 6 Apr 2019 23:56:06 +0000 (19:56 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 7 Apr 2019 00:10:52 +0000 (20:10 -0400)
commite425c0196cd5fbfea89edea9adcc9bca18b0fb32
tree349a448119af19d297ede75ccbbd6cd985b09020
parentea8b2282869d6c4a1626be98e0a6c883e48ab314
ospfd: rn may be null

rn is not set the first time through the do {} while (); loop
As such we need to protect against it from being null( although
highly unlikely to ever happen given the ospf code base.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospfd/ospf_vty.c