exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 440039da26fa0fda03aa49b7f7bc755514f63110
parent d17d3c11f6229532b4513b5bf0531cf1a28783ca
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 21 Jan 2016 16:16:23 +0100

fix code order

Diffstat:
Msrc/mintdb/perf_taler_mintdb_init.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mintdb/perf_taler_mintdb_init.c b/src/mintdb/perf_taler_mintdb_init.c @@ -469,8 +469,8 @@ PERF_TALER_MINTDB_refresh_session_free (struct TALER_MINTDB_RefreshSession *refr { if (NULL == refresh_session) return GNUNET_OK; - return GNUNET_OK; GNUNET_free (refresh_session); + return GNUNET_OK; }