mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Removing a small "TODO" now that a bug has been fixed.
This commit is contained in:
parent
ee1884ca93
commit
fa375d3164
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ export {
|
|||
|
||||
## Disabled analyzer IDs. This is only for internal tracking
|
||||
## so as to not attempt to disable analyzers multiple times.
|
||||
# TODO: This is waiting on ticket #460 to remove the '0'.
|
||||
disabled_aids: set[count] &default=set(0);
|
||||
disabled_aids: set[count] &default=set();
|
||||
};
|
||||
|
||||
## Ignore violations which go this many bytes into the connection.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue