Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
f0bbac2c
Commit
f0bbac2c
authored
Feb 02, 1999
by
Bob Halley
Browse files
signed vs. unsigned fix
parent
12a12d8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/name.c
View file @
f0bbac2c
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment