[v9_10] win32 sockets don't support dscp

This commit is contained in:
Evan Hunt 2014-08-06 21:36:10 -07:00
parent 11a589a507
commit bf3ebcb44c

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);