Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 561a15515fd1bfac942c34bdbb8d9ce3c0c3ea3a https://github.com/OpenSIPS/opensips/commit/561a15515fd1bfac942c34bdbb8d9ce3c0c3ea3a Author: Liviu Chircu <li...@opensips.org> Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths: M modules/stun/stun.c M modules/stun/stun.h Log Message: ----------- stun: Fix regression in 'use_listeners_as_primary' feature In commit 8e6000d5f0d8d, it was missed that FD_SET(fd_x...) calls are idempotent, while reactor_add_reader(fd_x...) calls are not. So when you perform them multiple times (which the 'use_listeners_as_primary' feature MAY do), OpenSIPS startup would now ERROR and abort. Many thanks to Bernard Buitenhuis for an accurate report and sponsoring the fix! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications _______________________________________________ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel