Fixed an uninitialized variable.
2000-08-25 Christopher James Lahey <clahey@helixcode.com> * mail-crypto.c: Fixed an uninitialized variable. svn path=/trunk/; revision=5057
This commit is contained in:
committed by
Chris Lahey
parent
20925d94eb
commit
52f7c4a13d
@ -1,3 +1,7 @@
|
||||
2000-08-25 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* mail-crypto.c: Fixed an uninitialized variable.
|
||||
|
||||
2000-08-26 JP Rosevear <jpr@helixcode.com>
|
||||
|
||||
* evolution-mail.gnorba: Kill
|
||||
|
||||
@ -424,7 +424,7 @@ mail_crypto_openpgp_encrypt (const char *plaintext,
|
||||
GPtrArray *recipient_list = NULL;
|
||||
int retval, i, r;
|
||||
char *path, *argv[12];
|
||||
char *passphrase, *ciphertext = NULL, *diagnostics = NULL;
|
||||
char *passphrase = NULL, *ciphertext = NULL, *diagnostics = NULL;
|
||||
int passwd_fds[2];
|
||||
char passwd_fd[32];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user