mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Completely remove the Unix Domain Socket support from BIND 9
The Unix Domain Sockets support in BIND 9 has been completely disabled since BIND 9.18 and it has been a fatal error since then. Cleanup the code and the documentation that suggest that Unix Domain Sockets are supported.
This commit is contained in:
committed by
Ondřej Surý
parent
652f2725a0
commit
7aebbec653
@@ -97,23 +97,6 @@ static const isc_statscounter_t tcp6statsindex[] = {
|
||||
isc_sockstatscounter_tcp6active
|
||||
};
|
||||
|
||||
#if 0
|
||||
/* XXX: not currently used */
|
||||
static const isc_statscounter_t unixstatsindex[] = {
|
||||
isc_sockstatscounter_unixopen,
|
||||
isc_sockstatscounter_unixopenfail,
|
||||
isc_sockstatscounter_unixclose,
|
||||
isc_sockstatscounter_unixbindfail,
|
||||
isc_sockstatscounter_unixconnectfail,
|
||||
isc_sockstatscounter_unixconnect,
|
||||
isc_sockstatscounter_unixacceptfail,
|
||||
isc_sockstatscounter_unixaccept,
|
||||
isc_sockstatscounter_unixsendfail,
|
||||
isc_sockstatscounter_unixrecvfail,
|
||||
isc_sockstatscounter_unixactive
|
||||
};
|
||||
#endif /* if 0 */
|
||||
|
||||
static void
|
||||
nmsocket_maybe_destroy(isc_nmsocket_t *sock FLARG);
|
||||
static void
|
||||
|
Reference in New Issue
Block a user