From fa375d3164ab1bfbf92e62edc64c416f8ee9ca04 Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Tue, 13 Sep 2011 09:10:19 -0400 Subject: [PATCH] Removing a small "TODO" now that a bug has been fixed. --- scripts/base/frameworks/dpd/main.bro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/base/frameworks/dpd/main.bro b/scripts/base/frameworks/dpd/main.bro index 5b77ad6d0c..1e71c61f7e 100644 --- a/scripts/base/frameworks/dpd/main.bro +++ b/scripts/base/frameworks/dpd/main.bro @@ -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.