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
fed2c6d1
Commit
fed2c6d1
authored
Mar 19, 2001
by
Brian Wellington
Browse files
80 columns
parent
dde4382b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/query.c
View file @
fed2c6d1
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: query.c,v 1.1
8
9 2001/03/1
4
2
1
:5
3:21 halley
Exp $ */
/* $Id: query.c,v 1.19
0
2001/03/1
9
2
2
:5
9:03 bwelling
Exp $ */
#include <config.h>
...
...
@@ -3506,8 +3506,8 @@ synth_fwd_startfind(ns_client_t *client) {
if
(
result
!=
ISC_R_SUCCESS
)
goto
fail
;
dns_name_init
(
tname
,
NULL
);
result
=
query_addcnamelike
(
client
,
client
->
query
.
qname
,
ptarget
,
0
/* XXX ttl */
,
&
tname
,
result
=
query_addcnamelike
(
client
,
client
->
query
.
qname
,
ptarget
,
0
/* XXX ttl */
,
&
tname
,
dns_rdatatype_cname
);
if
(
tname
!=
NULL
)
dns_message_puttempname
(
client
->
message
,
&
tname
);
...
...
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