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
ISC Open Source Projects
BIND
Commits
ddd5fe87
Commit
ddd5fe87
authored
May 24, 2000
by
David Lawrence
Browse files
cast void * pointer to dns_byaddr_t * when comparing, to shut up irix compiler
parent
d6a2af16
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/lwresd/process_gnba.c
View file @
ddd5fe87
...
...
@@ -49,7 +49,7 @@ byaddr_done(isc_task_t *task, isc_event_t *event) {
lwb
.
base
=
NULL
;
client
=
event
->
ev_arg
;
cm
=
client
->
clientmgr
;
INSIST
(
client
->
byaddr
==
event
->
ev_sender
);
INSIST
(
client
->
byaddr
==
(
dns_byaddr_t
*
)
event
->
ev_sender
);
bevent
=
(
dns_byaddrevent_t
*
)
event
;
gnba
=
&
client
->
gnba
;
...
...
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