mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* passphrase.c (agent_get_passphrase): Make sure to release the
saved codeset. (agent_open): Add arg ORIG_CODESET and switch back to it in case of error. Changed all callers. * zh_TW.po, fr.po, cs.po: Updated.
This commit is contained in:
parent
862652ebe1
commit
a7ea40e4f8
32 changed files with 13375 additions and 14116 deletions
|
@ -83,7 +83,7 @@ static assuan_error_t learn_status_cb (void *opaque, const char *line);
|
|||
#define ASSUAN_LINELENGTH 100
|
||||
|
||||
static assuan_context_t
|
||||
agent_open (int try)
|
||||
agent_open (int try, const char *orig_codeset)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
@ -338,7 +338,7 @@ open_card_via_agent (int *scd_available)
|
|||
int rc;
|
||||
|
||||
*scd_available = 0;
|
||||
ctx = agent_open (1);
|
||||
ctx = agent_open (1, NULL);
|
||||
if (!ctx)
|
||||
return NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue