Author: fw Date: 2007-10-03 07:44:21 +0000 (Wed, 03 Oct 2007) New Revision: 6770 Modified: bin/dsa2list Log: dsa2list: add missing "continue" A pointless performance tweak. Modified: bin/dsa2list ==================================================================--- bin/dsa2list 2007-10-03 07:44:19 UTC (rev 6769) +++ bin/dsa2list 2007-10-03 07:44:21 UTC (rev 6770) @@ -89,6 +89,7 @@ if match: (m, d, y) = match.groups() date = "%02d %s %s" % (int(d), m, y) + continue for cve in re_cve.findall(line): cve_names[cve] = True