mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
[master] address VS2015 compiler warning
This commit is contained in:
@@ -512,7 +512,7 @@ fix_qname_skip_recurse(dns_rpz_zones_t *rpzs) {
|
|||||||
* more significant bits are 0. (For instance,
|
* more significant bits are 0. (For instance,
|
||||||
* 0x0700 => 0x00ff, 0x0007 => 0x0000)
|
* 0x0700 => 0x00ff, 0x0007 => 0x0000)
|
||||||
*/
|
*/
|
||||||
mask = ~(zbits_req | -zbits_req);
|
mask = ~(zbits_req | ((~zbits_req) + 1));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* As mentioned in (2) above, the zone corresponding to
|
* As mentioned in (2) above, the zone corresponding to
|
||||||
|
Reference in New Issue
Block a user