Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
5827c8e0
Commit
5827c8e0
authored
Jul 16, 2001
by
Andreas Gustafsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
80 columns
parent
83018d6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lib/dns/masterdump.c
lib/dns/masterdump.c
+3
-2
No files found.
lib/dns/masterdump.c
View file @
5827c8e0
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: masterdump.c,v 1.5
4
2001/07/16 17:1
4:3
8 gson Exp $ */
/* $Id: masterdump.c,v 1.5
5
2001/07/16 17:1
5:0
8 gson Exp $ */
#include <config.h>
...
...
@@ -809,7 +809,8 @@ dump_rdatasets(isc_mem_t *mctx, dns_name_t *name, dns_rdatasetiter_t *rdsiter,
dns_rdataset_t
*
rds
=
sorted
[
i
];
if
(
ctx
->
style
.
flags
&
DNS_STYLEFLAG_TRUST
)
{
unsigned
int
trust
=
rds
->
trust
;
INSIST
(
trust
<
(
sizeof
(
trustnames
)
/
sizeof
(
trustnames
[
0
])));
INSIST
(
trust
<
(
sizeof
(
trustnames
)
/
sizeof
(
trustnames
[
0
])));
fprintf
(
f
,
"; %s
\n
"
,
trustnames
[
trust
]);
}
if
(
rds
->
type
==
0
&&
...
...
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