Parent Directory
|
Revision Log
|
Patch
revision 33 by twoaday, Tue Oct 25 07:46:20 2005 UTC | revision 34 by twoaday, Wed Oct 26 11:20:09 2005 UTC | |
---|---|---|
# | Line 89 passphrase_callback_proc (HWND dlg, UINT | Line 89 passphrase_callback_proc (HWND dlg, UINT |
89 | else { | else { |
90 | /* XXX: not all ENCRYPT_TO entries are listed here. */ | /* XXX: not all ENCRYPT_TO entries are listed here. */ |
91 | res = gpgme_op_decrypt_result (c->gpg); | res = gpgme_op_decrypt_result (c->gpg); |
92 | if (res->recipients) | if (res && res->recipients) |
93 | recip = res->recipients; | recip = res->recipients; |
94 | } | } |
95 | if (recip != NULL && c->gpg_cmd == GPG_CMD_DECRYPT) { | if (recip != NULL && c->gpg_cmd == GPG_CMD_DECRYPT) { |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |