2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Fix HAVE_SO_REUSEPORT_LB macro name definition

A typo in macro definition caused the load-balanced sockets to be
disabled even on platforms with existing support for load-balanced
sockets.
This commit is contained in:
Ondřej Surý
2020-12-04 13:19:44 +01:00
parent 7176530ecd
commit 5caf33feda
4 changed files with 8 additions and 2 deletions

View File

@@ -53,7 +53,7 @@
#endif
#if defined(SO_REUSEPORT_LB) || (defined(SO_REUSEPORT) && defined(__linux__))
#define HAVE_REUSEPORT_LB 1
#define HAVE_SO_REUSEPORT_LB 1
#endif
/*