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