mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[master] win32 sockets don't support dscp
This commit is contained in:
parent
89f3d83d7e
commit
91e7faa874
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue