This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.
Holger Hans Peter Freyther holger at freyther.deOn 08/24/2011 09:49 AM, Harald Welte wrote:
> + if (bfd->fd) {
> + close(bfd->fd);
> + bfd->fd = 0;
> + }
maybe using -1 for 'invalid' fd's is better?