1
0
Fork 0
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:
Werner Koch 2001-02-09 12:43:13 +00:00
parent 4c316cb9b5
commit 5fec6982f9
2 changed files with 5 additions and 1 deletions

View file

@ -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 )