mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '2675-wrong-rfc-reference-in-name-c' into 'main'
Fix RFC292 -> RFC952 typo Closes #2675 See merge request isc-projects/bind9!4990
This commit is contained in:
commit
74d9a917eb
1 changed files with 2 additions and 2 deletions
|
|
@ -317,7 +317,7 @@ dns_name_ismailbox(const dns_name_t *name) {
|
|||
}
|
||||
|
||||
/*
|
||||
* RFC292/RFC1123 hostname.
|
||||
* RFC952/RFC1123 hostname.
|
||||
*/
|
||||
while (ndata < (name->ndata + name->length)) {
|
||||
n = *ndata++;
|
||||
|
|
@ -366,7 +366,7 @@ dns_name_ishostname(const dns_name_t *name, bool wildcard) {
|
|||
}
|
||||
|
||||
/*
|
||||
* RFC292/RFC1123 hostname.
|
||||
* RFC952/RFC1123 hostname.
|
||||
*/
|
||||
while (ndata < (name->ndata + name->length)) {
|
||||
n = *ndata++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue