mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
update copyright notice
This commit is contained in:
@@ -1341,7 +1341,7 @@ process_cmsg(isc__socket_t *sock, struct msghdr *msg, isc_socketevent_t *dev) {
|
||||
if (cmsgp->cmsg_level == IPPROTO_IP
|
||||
&& (cmsgp->cmsg_type == IP_TOS
|
||||
#ifdef IP_RECVTOS
|
||||
|| cmsgp->cmsg_type == IP_RECVTOS
|
||||
|| cmsgp->cmsg_type == IP_RECVTOS
|
||||
#endif
|
||||
)) {
|
||||
dev->dscp = (int) *(uint8_t *)CMSG_DATA(cmsgp);
|
||||
|
Reference in New Issue
Block a user