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
771b2ddd
Commit
771b2ddd
authored
Aug 17, 2000
by
Andreas Gustafsson
Browse files
suppress compiler warning on Alpha
parent
91ab5ca6
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/dig/dighost.c
View file @
771b2ddd
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dighost.c,v 1.11
5
2000/08/1
4 19:11:02 bwelling
Exp $ */
/* $Id: dighost.c,v 1.11
6
2000/08/1
7 01:23:42 gson
Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
...
...
@@ -982,7 +982,7 @@ followup_lookup(dns_message_t *msg, dig_query_t *query,
lookup
->
trace_root
=
ISC_FALSE
;
}
r
.
base
[
len
]
=
0
;
srv
=
make_server
(
r
.
base
);
srv
=
make_server
(
(
char
*
)
r
.
base
);
debug
(
"adding server %s"
,
srv
->
servername
);
ISC_LIST_APPEND
...
...
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