mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
*** empty log message ***
This commit is contained in:
parent
1a389c1e1e
commit
f8d44bc637
14 changed files with 200 additions and 46 deletions
|
@ -47,7 +47,7 @@ select_application (ctrl_t ctrl, int slot, const char *name)
|
|||
app = xtrycalloc (1, sizeof *app);
|
||||
if (!app)
|
||||
{
|
||||
rc = out_of_core ();
|
||||
rc = gpg_error (gpg_err_code_from_errno (errno));
|
||||
log_info ("error allocating context: %s\n", gpg_strerror (rc));
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue