if signature is good, do not look for bad signature

This commit is contained in:
Yann Leboulanger 2005-01-23 18:16:01 +00:00
parent 04e78c8c35
commit bd14b889e6
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ else:
keyid = ''
if resp.has_key('GOODSIG'):
keyid = string.split(resp['GOODSIG'])[0]
if resp.has_key('BADSIG'):
elif resp.has_key('BADSIG'):
keyid = string.split(resp['BADSIG'])[0]
return keyid