]> git.puffer.fish Git - matthieu/frr.git/commit
Revert "bgpd: Add peers back to peer hash when peer_xfer_conn fails"
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 31 Aug 2023 14:33:57 +0000 (17:33 +0300)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 31 Aug 2023 15:02:58 +0000 (15:02 +0000)
commit9af3d0a24f28dfeee298e9d821d7f4db2aa3b1fc
treec7281ed223ecc421a341062d3d912eb8a2696f5b
parent9d1ee3ade337cc195deaea76bda5b3e297df0c04
Revert "bgpd: Add peers back to peer hash when peer_xfer_conn fails"

peer is NULL, but we pass it to hash_get().

This reverts commit 6f8c927b03c454aa309b84cefccc4faa31e0c03f.

(cherry picked from commit bc81691247228ad14501b86afe63dff0daf96ab6)
bgpd/bgp_fsm.c