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
371fd91f
Commit
371fd91f
authored
Mar 05, 2001
by
David Lawrence
Browse files
initialize ztype in ns_config_getzonetype() to silence warning
parent
74e8f55f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/config.c
View file @
371fd91f
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.c,v 1.
2
2001/03/0
4 22:28:32 bwelling
Exp $ */
/* $Id: config.c,v 1.
3
2001/03/0
5 11:49:15 tale
Exp $ */
#include
<config.h>
...
...
@@ -189,7 +189,7 @@ ns_config_getclass(cfg_obj_t *classobj, dns_rdataclass_t *classp) {
isc_result_t
ns_config_getzonetype
(
cfg_obj_t
*
zonetypeobj
)
{
dns_zonetype_t
ztype
;
dns_zonetype_t
ztype
=
dns_zone_none
;
char
*
str
;
str
=
cfg_obj_asstring
(
zonetypeobj
);
...
...
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