commit | 5bd5881838c22e075c3d0c245a8952a55e9dca38 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Thu Aug 06 21:05:47 2009 -0700 |
committer | Paul Jakma <paul@quagga.net> | Thu Aug 13 10:19:24 2009 +0100 |
tree | b0f011eef51409e492ef107aace3fefca4530f77 | |
parent | 62bed38d2f2c7317b5c97285d9fb935c5fe681e1 [diff] |
bgp: missing pieces from listener patch * bgp_network.c: (bgp_accept) The code in current git will crash as part of the revised listener code is missing. The new listener thread code passes a pointer to a bgp_listener structure, not the bgp pointer. The old code always got a NULL for bgp pointer, so that is now hard coded.