a signature key should be set as a fallback key
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Thu, 23 Jul 2015 15:29:05 +0000 (11:29 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:28:40 +0000 (13:28 -0500)
edward

diff --git a/edward b/edward
index 21c26a13ab2b43b8725c1807d1b934827c712e63..c06751da7ebf1845c719180c1088704ef0b3d7f3 100755 (executable)
--- a/edward
+++ b/edward
@@ -361,7 +361,7 @@ def prepare_for_reply_pieces (eddymsg_obj, replyinfo_obj):
             else:
                 replyinfo_obj.sig_success = True
 
-                if replyinfo_obj.target_key == None:
+                if replyinfo_obj.fallback_target_key == None:
                     replyinfo_obj.fallback_target_key = piece.gpg_data.sigs[0]