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
110fbe3a
Commit
110fbe3a
authored
Oct 05, 2004
by
Mark Andrews
Browse files
1724. [bug] Look for DNSKEY records with "dig +sigtrace".
[RT #12557]
parent
3c20ae76
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
110fbe3a
...
...
@@ -29,7 +29,8 @@
1725. [placeholder] rt12541
1724. [placeholder] rt12557
1724. [bug] Look for DNSKEY records with "dig +sigtrace".
[RT #12557]
1723. [cleanup] Silence compiler warnings from t_tasks.c. [RT #12493]
...
...
bin/dig/dighost.c
View file @
110fbe3a
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dighost.c,v 1.26
8
2004/
09/30 23:56:22
marka Exp $ */
/* $Id: dighost.c,v 1.26
9
2004/
10/05 03:01:47
marka Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
...
...
@@ -3596,8 +3596,8 @@ get_trusted_key(isc_mem_t *mctx)
return
ISC_R_FAILURE
;
}
fclose
(
fptemp
);
result
=
dst_key_fromnamedfile
(
filetemp
,
DST_TYPE_PUBLIC
|
DST_TYPE_KEY
,
mctx
,
&
key
);
result
=
dst_key_fromnamedfile
(
filetemp
,
DST_TYPE_PUBLIC
,
mctx
,
&
key
);
removetmpkey
(
mctx
,
filetemp
);
isc_mem_free
(
mctx
,
filetemp
);
if
(
result
!=
ISC_R_SUCCESS
)
{
...
...
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