mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Last changes before 1.0.6a snapshot release
This commit is contained in:
parent
59334400a1
commit
2874670be9
26 changed files with 12199 additions and 9794 deletions
|
@ -2067,7 +2067,7 @@ lookup( GETKEY_CTX ctx, KBNODE *ret_keyblock, int secmode )
|
|||
|
||||
found:
|
||||
if( rc && rc != -1 )
|
||||
log_error("enum_keyblocks_read failed: %s\n", g10_errstr(rc));
|
||||
log_error("keydb_search failed: %s\n", g10_errstr(rc));
|
||||
|
||||
if( !rc ) {
|
||||
*ret_keyblock = ctx->keyblock; /* return the keyblock */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue