1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-04-12 22:11:29 +02:00

* revoke.c (ask_revocation_reason): Clear old reason if user elects to

repeat question.  This is bug 153.
This commit is contained in:
David Shaw 2003-05-07 14:18:14 +00:00
parent 53f2944998
commit 0e57fe4e94
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2003-05-07 David Shaw <dshaw@jabberwocky.com> 2003-05-07 David Shaw <dshaw@jabberwocky.com>
* revoke.c (ask_revocation_reason): Clear old reason if user
elects to repeat question. This is bug 153.
* keyedit.c (sign_uids): Show keyid of the key making the * keyedit.c (sign_uids): Show keyid of the key making the
signature. signature.

View File

@ -608,6 +608,7 @@ ask_revocation_reason( int key_rev, int cert_rev, int hint )
const char *code_text = NULL; const char *code_text = NULL;
do { do {
code=-1;
m_free(description); m_free(description);
description = NULL; description = NULL;