mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fixed delkey
This commit is contained in:
parent
cae57d39d7
commit
a910f4f50c
3 changed files with 8 additions and 1 deletions
|
@ -95,6 +95,7 @@ do_delete_key( const char *username, int secret, int *r_sec_avail )
|
|||
if( !rc ) {
|
||||
*r_sec_avail = 1;
|
||||
rc = -1;
|
||||
goto leave;
|
||||
}
|
||||
else if( rc != G10ERR_NO_SECKEY ) {
|
||||
log_error("%s: get secret key: %s\n", username, g10_errstr(rc) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue