summaryrefslogtreecommitdiffstats
path: root/common/maperror.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-12-19 14:38:24 +0100
committerWerner Koch <wk@gnupg.org>2004-12-19 14:38:24 +0100
commite73100a940f7115e4be9f34dca160f622d869005 (patch)
treea9d2248892a8b132e4a2fcafa5dce270ab2d48a8 /common/maperror.c
parent* configure.ac (AH_BOTTOM): Define EXEEXT_S. (diff)
downloadgnupg2-e73100a940f7115e4be9f34dca160f622d869005.tar.xz
gnupg2-e73100a940f7115e4be9f34dca160f622d869005.zip
* maperror.c (map_assuan_err_with_source): Oops, args were swapped.
* w32-pth.c (pth_init): Enable debugging depending on env var.
Diffstat (limited to 'common/maperror.c')
-rw-r--r--common/maperror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/maperror.c b/common/maperror.c
index 91731468f..9efd64338 100644
--- a/common/maperror.c
+++ b/common/maperror.c
@@ -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;