summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSebastien Delafond <seb@debian.org>2017-08-11 13:40:36 +0000
committerSebastien Delafond <seb@debian.org>2017-08-11 13:40:36 +0000
commitcafccd773cb3601da0e51ed2227845b10da65b85 (patch)
tree84979624bc17393ff34702acb7c2f43a73fd1bb0 /lib
parent6a2de7f84d1128830ceb38f7cb6ccba52e3a7cb2 (diff)
Make sure comment is initialized
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54618 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib')
-rw-r--r--lib/python/security_db.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/security_db.py b/lib/python/security_db.py
index f613d5e448..9208532fba 100644
--- a/lib/python/security_db.py
+++ b/lib/python/security_db.py
@@ -176,6 +176,7 @@ def getBugsForSourcePackage(cursor, pkg):
or (cmpresult == 0 and row.subrelease == ''):
best_row = row
reason = None
+ comment = None
# Compute state. Update state-seen flags for global state
# determination.

© 2014-2024 Faster IT GmbH | imprint | privacy policy