mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* maperror.c (map_assuan_err_with_source): Oops, args were swapped.
* w32-pth.c (pth_init): Enable debugging depending on env var.
This commit is contained in:
parent
694037f2a5
commit
e73100a940
6 changed files with 36 additions and 10 deletions
|
@ -38,7 +38,7 @@
|
|||
simple: All errors with a gpg_err_source of UNKNOWN are genuine
|
||||
Assuan codes all others are passed verbatim through. */
|
||||
gpg_error_t
|
||||
map_assuan_err_with_source (int err, int source)
|
||||
map_assuan_err_with_source (int source, int err)
|
||||
{
|
||||
gpg_err_code_t ec;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue