Some script level fixes.

- Fixed a type name conflict in the Known namespace.

- Fixed a DPD framework bug that was causing Reporter messages.
This commit is contained in:
Seth Hall 2011-09-25 02:09:50 -04:00
parent 5911520563
commit 43ea0ba182
4 changed files with 11 additions and 11 deletions

View file

@ -25,7 +25,7 @@ export {
## Disabled analyzer IDs. This is only for internal tracking
## so as to not attempt to disable analyzers multiple times.
disabled_aids: set[count] &default=set();
disabled_aids: set[count];
};
## Ignore violations which go this many bytes into the connection.