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:
parent
53f2944998
commit
0e57fe4e94
@ -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.
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user