Skip to content
Snippets Groups Projects
Commit bd14b889 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

if signature is good, do not look for bad signature

parent 04e78c8c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment