mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add a TODO to return a correct status for ParseRR_WKS
This commit is contained in:
parent
5f3fa57298
commit
5e021f7d3c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue