summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_auditors.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-01 18:01:08 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-01 18:01:08 +0100
commitbb6163e9eda287af4947e0fd7e1f66a4e9809814 (patch)
tree9e71d72f61a979348158901f040c1f75d5817c30 /src/backend/taler-merchant-httpd_auditors.c
parentf020eef279b80054aa7cdfedc5482ef3f7e83051 (diff)
downloadmerchant-bb6163e9eda287af4947e0fd7e1f66a4e9809814.tar.gz
merchant-bb6163e9eda287af4947e0fd7e1f66a4e9809814.tar.bz2
merchant-bb6163e9eda287af4947e0fd7e1f66a4e9809814.zip
bugfixes
Diffstat (limited to 'src/backend/taler-merchant-httpd_auditors.c')
-rw-r--r--src/backend/taler-merchant-httpd_auditors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_auditors.c b/src/backend/taler-merchant-httpd_auditors.c
index 144db078..8373f15e 100644
--- a/src/backend/taler-merchant-httpd_auditors.c
+++ b/src/backend/taler-merchant-httpd_auditors.c
@@ -110,7 +110,7 @@ TMH_AUDITORS_check_dk (struct TALER_EXCHANGE_Handle *mh,
TALER_B2S (&auditors[j].public_key));
}
- for (unsigned int k = 0; j<ai->num_denom_keys; k++)
+ for (unsigned int k = 0; k<ai->num_denom_keys; k++)
if (&keys->denom_keys[k] == dk)
return GNUNET_OK;
}