mirror of https://github.com/OISF/suricata
outputs: call plugin ThreadDeinit, not Deinit
With the change to the hash table for tracking threaded loggers, this call is now called once per thread, so should be changed to the ThreadDeinit, as that is not longer being called. Then call Deinit for the primary logger. In threaded mode this would be the parent, its just the logger in non-threaded mode. Bug: #6438pull/9789/head
parent
f2b47bb0dc
commit
327c629253
Loading…
Reference in New Issue