Add a TODO to return a correct status for ParseRR_WKS

This commit is contained in:
Vlad Grigorescu 2021-07-15 13:03:38 -05:00
parent 5f3fa57298
commit 5e021f7d3c

View file

@ -1658,6 +1658,7 @@ bool DNS_Interpreter::ParseRR_WKS(detail::DNS_MsgInfo* msg,
msg->BuildAnswerVal() msg->BuildAnswerVal()
); );
// TODO: Return a status which reflects if the port parameters were successfully parsed
return true; return true;
} }