mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Removed that very stupid assert in delkey
This commit is contained in:
parent
4c316cb9b5
commit
5fec6982f9
2 changed files with 5 additions and 1 deletions
|
@ -171,7 +171,6 @@ delete_key( const char *username, int secret, int allow_both )
|
|||
|
||||
rc = do_delete_key (username, secret, &avail );
|
||||
if ( rc && avail ) {
|
||||
assert (secret);
|
||||
if ( allow_both ) {
|
||||
rc = do_delete_key (username, 1, &avail );
|
||||
if ( !rc )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue