diff options
Diffstat (limited to 'src/exchange-tools/taler-exchange-dbinit.c')
-rw-r--r-- | src/exchange-tools/taler-exchange-dbinit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchange-tools/taler-exchange-dbinit.c b/src/exchange-tools/taler-exchange-dbinit.c index afc1b837e..e9a1e3349 100644 --- a/src/exchange-tools/taler-exchange-dbinit.c +++ b/src/exchange-tools/taler-exchange-dbinit.c | |||
@@ -54,6 +54,9 @@ run (void *cls, | |||
54 | { | 54 | { |
55 | struct TALER_EXCHANGEDB_Plugin *plugin; | 55 | struct TALER_EXCHANGEDB_Plugin *plugin; |
56 | 56 | ||
57 | (void) cls; | ||
58 | (void) args; | ||
59 | (void) cfgfile; | ||
57 | if (NULL == | 60 | if (NULL == |
58 | (plugin = TALER_EXCHANGEDB_plugin_load (cfg))) | 61 | (plugin = TALER_EXCHANGEDB_plugin_load (cfg))) |
59 | { | 62 | { |