]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix file descriptor leak 1030/head
authorRenato Westphal <renato@opensourcerouting.org>
Tue, 22 Aug 2017 23:09:26 +0000 (20:09 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Tue, 22 Aug 2017 23:09:26 +0000 (20:09 -0300)
commit5ecf5540097c30ab0b02b3ac18133b17e660c9db
tree05f79aded0b74052c32033621b6f20e14ef418ad
parentc25445c820c2890435d41db0210e612606993a38
bgpd: fix file descriptor leak

Bug introduced by commit 37d361e7. Removing the call to bgp_close()
from bgp_delete() was a mistake.

Reported-by: Don Slice <dslice@cumulusnetworks.com>
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
bgpd/bgpd.c