]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_10] win32 sockets don't support dscp v9.10.1b2
authorEvan Hunt <each@isc.org>
Thu, 7 Aug 2014 04:36:10 +0000 (21:36 -0700)
committerEvan Hunt <each@isc.org>
Thu, 7 Aug 2014 04:36:10 +0000 (21:36 -0700)
lib/isc/win32/socket.c

index 8f7197e12dc6b4ef66e89ee038d31230d8b9ce4d..f495ac8599e9d54e968f766ac282dd0c2be7d0bb 100644 (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);