]> git.proxmox.com Git - mirror_frr.git/commit - isisd/isis_te.c
isisd: circuit is derefed in every code path
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 24 Sep 2019 23:34:39 +0000 (19:34 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Sep 2019 13:22:52 +0000 (09:22 -0400)
commitb53c5f1ab47d05a85b254e88f12be4ac5c71d42a
tree2e9691e20d2a085737d9e643f0c481fbea31388d
parent8396ec6717f91453abaf261d724354589b554832
isisd: circuit is derefed in every code path

No need to check for circuit being null, we have
already de-refed it in every code path and
would have crashed before this point if it was.

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