commit 18b7d37bfe54bb1abec3a82da840fcc0adc3d829 parent 3e3c96110fbb224519ed2e3cd14f6990f2345563 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 1 Dec 2015 15:57:47 +0100 fix #4077 (stupid typo) Diffstat:
| M | src/backend/taler-merchant-httpd_auditors.c | | | 2 | +- |
| M | src/backend/taler-merchant-httpd_mints.c | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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; diff --git a/src/backend/taler-merchant-httpd_mints.c b/src/backend/taler-merchant-httpd_mints.c @@ -408,7 +408,7 @@ static void parse_mints (void *cls, const char *section) { - const struct GNUNET_CONFIGURATION_Handle *cfg = cfg; + const struct GNUNET_CONFIGURATION_Handle *cfg = cls; char *uri; char *mks; struct Mint *mint;