mirror of https://github.com/OISF/suricata
suricata: remove instance from ParseCommandLine
We want to be able to call ParseCommandLine from library users, but currently library users don't have access to the `suricata` instance type. Since this var is used other places as a global, use the global one in ParseCommandLine as well. Not ideal, but isolating SCInstance to a non-global will be another challenge on its own.pull/10720/head
parent
db44740fd8
commit
04bd026c5b
Loading…
Reference in New Issue