[Secure-testing-commits] r6770 - bin
fw at alioth.debian.org
fw at alioth.debian.org
Wed Oct 3 07:44:22 UTC 2007
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
More information about the Secure-testing-commits
mailing list