Add missing DbfwThread initialization
The thread objects didn't initialize the rule version to the proper value.
This commit is contained in:
parent
3df5e6f137
commit
efb1e541e2
@ -95,6 +95,11 @@ MXS_END_DECLS
|
||||
/** The rules and users for each thread */
|
||||
struct DbfwThread
|
||||
{
|
||||
DbfwThread():
|
||||
rule_version(0)
|
||||
{
|
||||
}
|
||||
|
||||
int rule_version;
|
||||
RuleList rules;
|
||||
UserMap users;
|
||||
|
Loading…
x
Reference in New Issue
Block a user