mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Initialize cs_invert to "false" in new csets.
This commit is contained in:
parent
5c2b7a2273
commit
9c8fd487a5
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ cset_alloc(void)
|
|||
cs->cs_root = NULL;
|
||||
cs->cs_classes = NULL;
|
||||
cs->cs_havecache = false;
|
||||
cs->cs_invert = false;
|
||||
return (cs);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue