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

[master] win32 sockets don't support dscp

This commit is contained in:
Evan Hunt
2014-08-06 21:35:49 -07:00
parent 89f3d83d7e
commit 91e7faa874

View File

@@ -1471,7 +1471,6 @@ allocate_socket(isc_socketmgr_t *manager, isc_sockettype_t type,
sock->manager = manager;
sock->type = type;
sock->dscp = 0; /* TOS/TCLASS is zero until set. */
sock->fd = INVALID_SOCKET;
ISC_LINK_INIT(sock, link);