mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
POST(optlen)
This commit is contained in:
parent
1bbba52750
commit
4e97f7dccc
1 changed files with 4 additions and 0 deletions
|
|
@ -3592,6 +3592,7 @@ dns_message_pseudosectiontoyaml(dns_message_t *msg,
|
|||
id);
|
||||
ADD_STRING(target, buf);
|
||||
optlen -= 2;
|
||||
POST(optlen);
|
||||
continue;
|
||||
}
|
||||
} else if (optcode == DNS_OPT_SERVER_TAG) {
|
||||
|
|
@ -3604,6 +3605,7 @@ dns_message_pseudosectiontoyaml(dns_message_t *msg,
|
|||
id);
|
||||
ADD_STRING(target, buf);
|
||||
optlen -= 2;
|
||||
POST(optlen);
|
||||
continue;
|
||||
}
|
||||
} else {
|
||||
|
|
@ -3884,6 +3886,7 @@ dns_message_pseudosectiontotext(dns_message_t *msg,
|
|||
id);
|
||||
ADD_STRING(target, buf);
|
||||
optlen -= 2;
|
||||
POST(optlen);
|
||||
continue;
|
||||
}
|
||||
} else if (optcode == DNS_OPT_SERVER_TAG) {
|
||||
|
|
@ -3895,6 +3898,7 @@ dns_message_pseudosectiontotext(dns_message_t *msg,
|
|||
id);
|
||||
ADD_STRING(target, buf);
|
||||
optlen -= 2;
|
||||
POST(optlen);
|
||||
continue;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue