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
Kea
Commits
62f943fe
Commit
62f943fe
authored
Dec 17, 2012
by
JINMEI Tatuya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[2429] clarified the RFC1035-TTL semantics warning further
parent
525af02f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/lib/dns/master_loader.cc
src/lib/dns/master_loader.cc
+2
-1
No files found.
src/lib/dns/master_loader.cc
View file @
62f943fe
...
...
@@ -250,7 +250,8 @@ private:
// Omitted (class and) TTL values are default to the last
// explicitly stated values (RFC 1035, Sec. 5.1).
callbacks_
.
warning
(
lexer_
.
getSourceName
(),
current_line
,
"using RFC1035 TTL semantics"
);
"using RFC1035 TTL semantics; default to the "
"last explicitly stated TTL"
);
warn_rfc1035_ttl_
=
false
;
// we only warn about this once
}
assert
(
current_ttl_
);
...
...
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