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
eb6d8d7a
Commit
eb6d8d7a
authored
Jun 12, 2016
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
silence coverity warnings
parent
ffaab41a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
bin/named/server.c
bin/named/server.c
+2
-1
No files found.
bin/named/server.c
View file @
eb6d8d7a
...
...
@@ -10234,7 +10234,7 @@ static void
dumpzone(void *arg, const char *buf, int len) {
FILE *fp = arg;
isc_stdio_write(buf, len, 1, fp, NULL);
(void)
isc_stdio_write(buf, len, 1, fp, NULL);
}
static isc_result_t
...
...
@@ -10355,6 +10355,7 @@ nzf_writeconf(const cfg_obj_t *config, dns_view_t *view) {
CHECK(isc_stdio_flush(fp));
CHECK(isc_stdio_close(fp));
fp = NULL;
CHECK(isc_file_rename(tmp, view->new_zone_file));
return (result);
...
...
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