CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/07/14 03:00:08
Modified files: usr.sbin/bgpd : rde.c Log message: Fix a mrt fd leak by moving the block which closes finished dumps. The previous location also depended on poll results and in most cases was therefor not entered because finished dumps are not added to the poll array. Problem reported by Peter Haag, OK henning@