summaryrefslogtreecommitdiff
path: root/infra/dgit-repos-policy-debian
diff options
context:
space:
mode:
Diffstat (limited to 'infra/dgit-repos-policy-debian')
-rwxr-xr-xinfra/dgit-repos-policy-debian2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian
index 0566285..cbad36e 100755
--- a/infra/dgit-repos-policy-debian
+++ b/infra/dgit-repos-policy-debian
@@ -543,7 +543,7 @@ sub action_check_list () {
sub polclqu_tainted_objects () {
print STDERR "1 $pkg ";
my $topq = $poldbh->selectall_arrayref(<<END,
- SELECT taint_id, gitobjtype, gitobjid, time, comment
+ SELECT taint_id, gitobjtype, gitobjid, comment
FROM taints
WHERE package = ?
END