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
1e9a8d3d
Commit
1e9a8d3d
authored
Nov 28, 2000
by
Mark Andrews
Browse files
Warn that max-cache-size is not yet implemented.
parent
a5af8127
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/config/confctx.c
View file @
1e9a8d3d
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: confctx.c,v 1.10
4
2000/11/2
5
0
2:43:4
7 marka Exp $ */
/* $Id: confctx.c,v 1.10
5
2000/11/2
8
0
3:57:1
7 marka Exp $ */
#include
<config.h>
...
...
@@ -437,6 +437,13 @@ dns_c_checkconfig(dns_c_ctx_t *cfg)
"option 'check-names' is not yet implemented"
);
}
if
(
dns_c_ctx_getmaxcachesize
(
cfg
,
&
uintval
)
!=
ISC_R_NOTFOUND
)
{
isc_log_write
(
dns_lctx
,
DNS_LOGCATEGORY_CONFIG
,
DNS_LOGMODULE_CONFIG
,
ISC_LOG_WARNING
,
"option 'max-cache-size' is not yet"
"implemented"
);
}
if
(
dns_c_ctx_getminroots
(
cfg
,
&
uintval
)
!=
ISC_R_NOTFOUND
)
{
isc_log_write
(
dns_lctx
,
DNS_LOGCATEGORY_CONFIG
,
DNS_LOGMODULE_CONFIG
,
ISC_LOG_WARNING
,
...
...
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