Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothe Litt
BIND
Commits
18d49392
Commit
18d49392
authored
Feb 21, 2017
by
Evan Hunt
Browse files
[master] use isc_uint32_t instead of uint32_t
parent
0790f8a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/rpz.c
View file @
18d49392
...
...
@@ -1647,7 +1647,7 @@ setup_update(dns_rpz_zone_t *rpz) {
isc_result_t
result
;
char
domain
[
DNS_NAME_FORMATSIZE
];
unsigned
int
nodecount
;
uint32_t
hashsize
;
isc_
uint32_t
hashsize
;
dns_name_format
(
&
rpz
->
origin
,
domain
,
DNS_NAME_FORMATSIZE
);
isc_log_write
(
dns_lctx
,
DNS_LOGCATEGORY_GENERAL
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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