Nathan Garabedian created TS-5008:
-------------------------------------
Summary: CID 1022007 Logically dead code
Key: TS-5008
URL: https://issues.apache.org/jira/browse/TS-5008
Project: Traffic Server
Issue Type: Bug
Components: Core
Reporter: Nathan Garabedian
if (ink_hash_table_lookup(our_map, virt_ip, &hash_value) != 0) {
const: At condition in_ext_map, the value of in_ext_map must be equal
to 0.
dead_error_condition: The condition in_ext_map cannot be true.
620 if (in_ext_map) {
CID 1022007 (#1 of 1): Logically dead code (DEADCODE)
dead_error_line: Execution cannot reach this statement: ret = true;.
621 ret = true;
622 } else {
623 ret = false;
624 }
625 }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)