mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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:
parent
53f2944998
commit
0e57fe4e94
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
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
|
||||
signature.
|
||||
|
||||
|
|
|
@ -608,6 +608,7 @@ ask_revocation_reason( int key_rev, int cert_rev, int hint )
|
|||
const char *code_text = NULL;
|
||||
|
||||
do {
|
||||
code=-1;
|
||||
m_free(description);
|
||||
description = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue