From: Jonathan McDowell Date: Sat, 26 Dec 2009 12:09:21 +0000 (+0000) Subject: Don't add a key to the stats hash if it doesn't have any sigs X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/52efac0f79343cd80f1b7815ea416fc4036aa54b?ds=inline;hp=52efac0f79343cd80f1b7815ea416fc4036aa54b Don't add a key to the stats hash if it doesn't have any sigs We always added a key to the stats hash if we tried to find its sigs, even if it didn't exist. So if it doesn't have any sigs (either because it doesn't exist or it's just a non linked in key), don't add it. Closes Debian bug #542187. ---