mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
signed vs. unsigned fix
This commit is contained in:
parent
12a12d8ab4
commit
f0bbac2c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ dns_name_isabsolute(dns_name_t *name) {
|
|||
unsigned int
|
||||
dns_name_hash(dns_name_t *name) {
|
||||
unsigned int length;
|
||||
const char *s;
|
||||
const unsigned char *s;
|
||||
unsigned int h = 0;
|
||||
unsigned int g;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue