POST(optlen)

This commit is contained in:
Mark Andrews 2019-06-04 13:15:46 +10:00
parent 1bbba52750
commit 4e97f7dccc

View file

@ -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 {