Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothe Litt
BIND
Commits
601d1a9a
Commit
601d1a9a
authored
Aug 19, 2013
by
Mark Andrews
Browse files
remove dead code
parent
997c2c51
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/server.c
View file @
601d1a9a
...
...
@@ -2298,9 +2298,6 @@ configure_view(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig,
unsigned
int
resopts
=
0
;
dns_zone_t
*
zone
=
NULL
;
isc_uint32_t
max_clients_per_query
;
const
char
*
sep
=
": view "
;
const
char
*
viewname
=
view
->
name
;
const
char
*
forview
=
" for view "
;
isc_boolean_t
empty_zones_enable
;
const
cfg_obj_t
*
disablelist
=
NULL
;
isc_stats_t
*
resstats
=
NULL
;
...
...
@@ -2343,13 +2340,6 @@ configure_view(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig,
cfgmaps
[
k
++
]
=
config
;
cfgmaps
[
k
]
=
NULL
;
if
(
!
strcmp
(
viewname
,
"_default"
))
{
sep
=
""
;
viewname
=
""
;
forview
=
""
;
POST
(
forview
);
}
/*
* Set the view's port number for outgoing queries.
*/
...
...
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