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
a8af512d
Commit
a8af512d
authored
Feb 28, 2013
by
Mark Andrews
Browse files
fix assignment not read
parent
cab2b0d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/server.c
View file @
a8af512d
...
...
@@ -8482,7 +8482,7 @@ ns_server_del_zone(ns_server_t *server, char *args, isc_buffer_t *text) {
first
=
inuse
(
file
,
first
,
text
);
file
=
dns_zone_getjournal
(
zone
);
first
=
inuse
(
file
,
first
,
text
);
(
void
)
inuse
(
file
,
first
,
text
);
}
}
...
...
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