mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01: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
@ -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…
x
Reference in New Issue
Block a user