[Secure-testing-commits] r2479 - lib/python
Florian Weimer
fw at costa.debian.org
Thu Oct 20 09:01:34 UTC 2005
Author: fw
Date: 2005-10-20 09:01:34 +0000 (Thu, 20 Oct 2005)
New Revision: 2479
Modified:
lib/python/bugs.py
Log:
r611 at deneb: fw | 2005-10-13 22:01:11 +0200
lib/python/bugs.py (BugFromDB.__init__):
Fix bogus result for DSA lookup.
Modified: lib/python/bugs.py
===================================================================
--- lib/python/bugs.py 2005-10-20 09:01:15 UTC (rev 2478)
+++ lib/python/bugs.py 2005-10-20 09:01:34 UTC (rev 2479)
@@ -389,7 +389,7 @@
LIMIT 1""", (bug, bug,)):
return r
else:
- return bug
+ return None
r = lookup(name)
if r is None:
More information about the Secure-testing-commits
mailing list