]> git.ipfire.org Git - thirdparty/bird.git/commit
Fixes a crash caused by missing error hook on BGP listening socket.
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 11 Feb 2010 10:12:58 +0000 (11:12 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 11 Feb 2010 10:12:58 +0000 (11:12 +0100)
commit2af25a971a28ccac05d2385669e8b103c0328f7d
treec24af521f1f2581709a81b09c0e624c9983b8fcd
parentfa5a99c766dde2a4ac3d44596ff5396a0efd1cc8
Fixes a crash caused by missing error hook on BGP listening socket.

Error happened when too many BGP connections arrived in one moment
(ECONNABORTED).
proto/bgp/bgp.c
sysdep/unix/io.c