unix-socket: don't doubly setup stats private area

(cherry picked from commit 33589e6079)
pull/14469/head
Victor Julien 5 months ago
parent b5997184b7
commit 6ba11cd1c3

@ -1154,8 +1154,6 @@ static TmEcode UnixManager(ThreadVars *th_v, void *thread_data)
/* set the thread name */
SCLogDebug("%s started...", th_v->name);
StatsSetupPrivate(th_v);
/* Set the threads capability */
th_v->cap_flags = 0;
SCDropCaps(th_v);

Loading…
Cancel
Save