mirror of https://github.com/OISF/suricata
template logger - fix coverity CID 1324964
null: At condition templatejs != NULL, the value of templatejs must be NULL. dead_error_condition: The condition templatejs != NULL cannot be true. 113 if (templatejs != NULL) { CID 1324964 (#1 of 1): Logically dead code (DEADCODE) dead_error_line: Execution cannot reach this statement: json_decref(templatejs);. 114 json_decref(templatejs); 115 }pull/2489/head
parent
a10a9220cf
commit
d09cd16c8c
Loading…
Reference in New Issue