mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
The big Assuan error code removal.
This commit is contained in:
parent
7b9fa9da99
commit
eef036df23
54 changed files with 671 additions and 603 deletions
|
@ -1445,7 +1445,7 @@ keydb_clear_some_cert_flags (ctrl_t ctrl, STRLIST names)
|
|||
if (!ndesc)
|
||||
{
|
||||
log_error ("allocating memory failed: %s\n",
|
||||
gpg_strerror (OUT_OF_CORE (errno)));
|
||||
gpg_strerror (out_of_core ()));
|
||||
goto leave;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue