mirror of https://github.com/OISF/suricata
lua: fix coverity issue with out of scope variable
Fix usage of out-of-scope variables. Introduced with the hashing and adding the guard of g_disable_hashing. To fix, just remove the guard so all variables are in scope. Hashes are not initialized here so there is no need for the guard.pull/5727/head
parent
1c68f4aed6
commit
512b0350a0
Loading…
Reference in New Issue