Don't add a key to the stats hash if it doesn't have any sigs
authorJonathan McDowell <noodles@earth.li>
Sat, 26 Dec 2009 12:09:21 +0000 (12:09 +0000)
committerJonathan McDowell <noodles@earth.li>
Sat, 26 Dec 2009 12:09:21 +0000 (12:09 +0000)
commit52efac0f79343cd80f1b7815ea416fc4036aa54b
tree5c5c2b1269a073db54777e0d63bbabd3274eb2f8
parent5519cde50874ecd006e5ebf2421b1c7d48de0072
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.
keydb.c