summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_auditors.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-12-01 15:57:47 +0100
committerChristian Grothoff <christian@grothoff.org>2015-12-01 15:57:47 +0100
commit18b7d37bfe54bb1abec3a82da840fcc0adc3d829 (patch)
treed8ffa3ec78de2a50561b6e385f656ea11d3ebb31 /src/backend/taler-merchant-httpd_auditors.c
parent3e3c96110fbb224519ed2e3cd14f6990f2345563 (diff)
downloadmerchant-18b7d37bfe54bb1abec3a82da840fcc0adc3d829.tar.gz
merchant-18b7d37bfe54bb1abec3a82da840fcc0adc3d829.tar.bz2
merchant-18b7d37bfe54bb1abec3a82da840fcc0adc3d829.zip
fix #4077 (stupid typo)
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 7efc7078..84558ed0 100644
--- a/src/backend/taler-merchant-httpd_auditors.c
+++ b/src/backend/taler-merchant-httpd_auditors.c
@@ -122,7 +122,7 @@ static void
parse_auditors (void *cls,
const char *section)
{
- const struct GNUNET_CONFIGURATION_Handle *cfg = cfg;
+ const struct GNUNET_CONFIGURATION_Handle *cfg = cls;
char *pks;
struct Auditor auditor;